bogus/examples/loop.bo

7 lines
145 B
Plaintext

print "What is the secret word?";
while input != "dingus" {
println "That is not the secret word!";
print "What is the secret word?";
}