RosettaCodeData/Task/Random-numbers/Ring/random-numbers.ring
2023-07-01 13:44:08 -04:00

3 lines
46 B
Text

for i = 1 to 10
see random(i) + nl
next i