RosettaCodeData/Task/Pointers-and-references/ALGOL-68/pointers-and-references-7.alg

3 lines
92 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
INT v2 = alias; # sets v2 to the value of var, that is, 3 #
alias := 42; # sets var to 42 #