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

8 lines
124 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
local(x = 0)
while(#x != 10) => {^
#x = integer_random(19,0)
#x
#x == 10 ? loop_abort
', '+integer_random(19,0)+'\r'
^}