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