bogus/examples/names.bo

4 lines
112 B
Plaintext

println "Hello there!";
print "What is your name? ";
let str yourName input;
println "Hello, " + yourName + "!";