REM This is an example program that inputs and outputs REM It also uses one variable (named var$) REM Don Smith, for CMPSC 5 example PRINT "What do you want?" INPUT var$ PRINT "You want "; var$; "?" PRINT "So do I, and I got there first"