From 07707e3ced03c03a986362335848d6e4f44e5041 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 29 Aug 2022 11:52:28 -0400 Subject: [PATCH] LOAD token was missing --- blist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blist.c b/blist.c index a547a04..fb6b320 100644 --- a/blist.c +++ b/blist.c @@ -59,7 +59,7 @@ const char *tokens[]={ " STOP ", " ON ", " WAIT ", - " LIST ", + " LOAD ", " SAVE ", " DEF ", " POKE ",