RosettaCodeData/Task/Loops-Do-while/Lasso/loops-do-while.lasso

6 lines
81 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
local(x = 0)
while(#x % 6 > 0 || #x == 0) => {^
++#x
'\r' // for formatting
^}