'Simple way. If compiled, windUpdate events will blank the window '(event handling would be overkill) WINDOW #1, "Hello You" 'creates window with ID of 1 and 'title "Hello You" INPUT "What is your name?";userName$ PRINT "Hello " userName$ "!" STOP 'give user chance to see result