RosettaCodeData/Task/Variables/SPL/variables-4.spl
2017-09-25 22:28:19 +02:00

5 lines
43 B
Text

r = ~a
a = 3
#.output(r)
r = 5
#.output(a)