removed unknown command error condition from the man

This commit is contained in:
Luxferre
2026-06-14 09:32:33 +03:00
parent 910159f7ab
commit 2609eb4645
-1
View File
@@ -154,7 +154,6 @@ Exit the interpreter, or restart it if exiting is not supported.
The interpreter should emit runtime errors in these cases:
* unknown commands in statements;
* unmatched parentheses in expressions;
* call stack underflow (e.g. `RETURN` with no prior `GOSUB`);
* division by zero (optional).