RosettaCodeData/Task/Loops-Break/Lasso/loops-break.lasso

8 lines
124 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
local(x = 0)
while(#x != 10) => {^
#x = integer_random(19,0)
#x
#x == 10 ? loop_abort
', '+integer_random(19,0)+'\r'
^}