Skip to content
justinmann edited this page Jan 10, 2017 · 1 revision

While loop, will continue until the condition is true:

x = 0
while x > 0 { x-- }

Clone this wiki locally