2 lines
100 B
Text
2 lines
100 B
Text
INT v = pointer; # sets v to the value of var (i.e. 3) #
|
|
REF INT(pointer) := 42; # sets var to 42 #
|