From 2609eb464519bac438ab23e7dd4dd37e8b37217e Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 14 Jun 2026 09:32:33 +0300 Subject: [PATCH] removed unknown command error condition from the man --- lttb-manual.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lttb-manual.md b/lttb-manual.md index 1e16896..529a0bc 100644 --- a/lttb-manual.md +++ b/lttb-manual.md @@ -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).