Specifications
Chapter 14. Statement Reference
250
Syntax errors:
Reference:
Error code and message Meaning
error 71: Syntax error • INPUT is missing.
• Neither a comma (,) or semicolon (;)
follows "prompt".
•
"prompt" is not a string constant.
•
stringvariable has a numeric
variable.
• A semicolon (;) immediately follows
LINE INPUT.
Statements:
INPUT and LOCATE
Functions:
INKEY$ and INPUT$