Command: While

Executes a command while a condition is true.
Usage:
#while (condition) {commands}
Examples:
#while (a < 3) {say a;#set a = a + 1}
See Also: If, Else, ElseIf, Set