= say "Hello, world!\n" = dup 2 beep = say "You typed: $(getline)"
print "Hello, world"; nl; beep; beep; # beep the speaker twice getline \line print "You typed: "; print line;