The IN statement is used to input a single raw character into an mvBASIC variable. The IN statement supports the optional FROM clause, where expr must evaluate to an unlinked line.
Format
IN var {FROM expr} |
Example
IN var1 |
The above IN statement puts the next raw character into var1.
See Also