Mutable memory example.


%%% creating and initializing a mutable memory cell
declare
C = {NewCell 0}
{Browse @C}

C := @C + 1
{Browse @C}

CSci 4651 course web site.