Executes a command while a condition is true.
#while (condition) {commands}
#while (a < 3) {say a;#set a = a + 1}