Skip to content

Keyword: while

A loop running while a condition is true. Programmers might be familiar with the while loop.

glang
while true {
    bark("oh no! this loop runs infinitely!!");
}

George Language is licensed under the GPL v3 openly. Help improve this site.