Missed a semicolon. (*now* it's working)

This commit is contained in:
Ian Skinner 2021-05-01 22:35:41 -04:00 committed by GitHub
parent 1645747e0c
commit 6d0c4e1e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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