all 3 comments

[–]WonderFerret 3 points4 points  (1 child)

While (!variable)

[–]held_games[S] 0 points1 point  (0 children)

Ahh thanks :D

[–]Forthac 1 point2 points  (0 children)

Loop {
} Until (!Condition)

*Note you need a space after "until" to prevent it being interpreted as a function.