removed unknown command error condition from the man
This commit is contained in:
@@ -154,7 +154,6 @@ Exit the interpreter, or restart it if exiting is not supported.
|
|||||||
|
|
||||||
The interpreter should emit runtime errors in these cases:
|
The interpreter should emit runtime errors in these cases:
|
||||||
|
|
||||||
* unknown commands in statements;
|
|
||||||
* unmatched parentheses in expressions;
|
* unmatched parentheses in expressions;
|
||||||
* call stack underflow (e.g. `RETURN` with no prior `GOSUB`);
|
* call stack underflow (e.g. `RETURN` with no prior `GOSUB`);
|
||||||
* division by zero (optional).
|
* division by zero (optional).
|
||||||
|
|||||||
Reference in New Issue
Block a user