From 6d0c4e1e261ea5d04d23161a3074dc2d6c911ecc Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Sat, 1 May 2021 22:35:41 -0400 Subject: [PATCH] Missed a semicolon. (*now* it's working) --- prg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prg.txt b/prg.txt index 901eaaf..5330e60 100755 --- a/prg.txt +++ b/prg.txt @@ -54,7 +54,7 @@ 2100 goto2000 2300 forx=1to20: rem clears the menu -2310 ifx=1then?"{home}"r1$"{down} " +2310 ifx=1then?"{home}"r1$"{down} "; 2320 ?r1$"{right} "; 2330 next 2340 gosub2500