RosettaCodeData/Task/Loops-Break/SPL/loops-break-1.spl
2023-07-01 13:44:08 -04:00

7 lines
74 B
Text

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