RosettaCodeData/Task/Loops-Break/SPL/loops-break-1.spl
2017-09-25 22:28:19 +02:00

7 lines
74 B
Text

>
n = #.rnd(20)
#.output(n)
<< n=10
n = #.rnd(20)
#.output(n)
<