Loops/While: Difference between revisions

Content added Content deleted
(Category:Conditional loops)
m (Category marker did not work - remove it for now)
Line 830: Line 830:
x = x \ 2
x = x \ 2
Loop While x > 0</lang>
Loop While x > 0</lang>

{{Category:Conditional loops}}