From 7dfa933827366b8ca2f8d672a14e0122afd31659 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 17 Jul 2024 01:53:33 -0400 Subject: listbas: print ERROR- the same way BASIC/A+ does. --- aplus_tokens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplus_tokens.c b/aplus_tokens.c index 7073e1a..d685189 100644 --- a/aplus_tokens.c +++ b/aplus_tokens.c @@ -85,7 +85,7 @@ const char *aplus_cmds[] = { "SET", /* $50 */ "LVAR", /* $51 */ "", /* $52, silent LET */ - "ERROR-" /* $53 */ + "ERROR- " /* $53 */ }; const int aplus_cmd_size = sizeof(aplus_cmds); -- cgit v1.2.3