This example asks the user for a name. Line 10 loads NuInput, which only needs to be done once. Alternatively, you can have NuInput as Applesoft program lines 0-19, so you don't need the separate file. See the readme for more info. 10 PRINT CHR$(4);"BRUN NUINPUT.BRUN" 100 PRINT "WHAT'S YOUR NAME?"; 110 CALL 250 120 REM ST$ now contains the name