While
(note): current documentation is subject to change.
While loops take the same condition operators as an if statement..
while true {
# ...
}
Updated less than a minute ago
(note): current documentation is subject to change.
While loops take the same condition operators as an if statement..
while true {
# ...
}
Updated less than a minute ago