RosettaCodeData/Task/Variables/SPL/variables-4.spl

6 lines
43 B
Plaintext

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