RosettaCodeData/Task/Loops-Do-while/Lasso/loops-do-while.lasso
2016-12-05 23:44:36 +01:00

5 lines
81 B
Text

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