INPUT [prompt text],var/var$ This command takes user input via the keyboard. Prompt text is optional, it is simply a string (text put in quotation marks) that can be a question to ask the user. Leave out the comma if you don't use this. Var/var$ will be the variable to which the received user input will be saved.