-
Notifications
You must be signed in to change notification settings - Fork 1
While
justinmann edited this page Jan 10, 2017
·
1 revision
While loop, will continue until the condition is true:
x = 0
while x > 0 { x-- }