INPUT


    INPUT [ promptString ;] variable
Prompt the user for a value. This routine is only available in the command line (non-GUI) version of wxBasic.

    ' Get the user's name
    INPUT "What's your name"; yourName
    PRINT "Hello, "; yourName