1
0
mirror of https://github.com/ksherlock/iigs.git synced 2024-06-09 15:29:31 +00:00

LOAD token was missing

This commit is contained in:
Kelvin Sherlock 2022-08-29 11:52:28 -04:00
parent 65c8d8b12c
commit 07707e3ced

View File

@ -59,7 +59,7 @@ const char *tokens[]={
" STOP ",
" ON ",
" WAIT ",
" LIST ",
" LOAD ",
" SAVE ",
" DEF ",
" POKE ",