#lang basic-demo-3 5 print "enter your name: " 10 input A$ 20 print "hello, " ; A$ ; "!"