RosettaCodeData/Task/Variables/SPL/variables-4.spl
2023-07-01 13:44:08 -04:00

5 lines
43 B
Text

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