RosettaCodeData/Task/Loops-Do-while/Lasso/loops-do-while.lasso
2023-07-01 13:44:08 -04:00

5 lines
81 B
Text

local(x = 0)
while(#x % 6 > 0 || #x == 0) => {^
++#x
'\r' // for formatting
^}