RosettaCodeData/Task/Loops-Do-while/PureBasic/loops-do-while.basic

6 lines
39 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x=0
Repeat
x+1
Debug x
Until x%6=0