While

(note): current documentation is subject to change.

While loops take the same condition operators as an if statement..

while true {
	# ...
}