Skip to content

Commit 5feed4d

Browse files
committed
use ucase in trek
1 parent 6a2bd5c commit 5feed4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/trek.bas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@
601601
5870 REM PRINT "> ";
602602
5880 LII$=""
603603
5890 GET Y$
604+
5895 Y$=UCASE$(Y$)
604605
5900 IF Y$="" THEN GOTO 5890
605606
5915 IF ASC(Y$)=0 THEN Y$=CHR$(13)
606607
5920 IF ASC(Y$)=20 THEN GOTO 5970

0 commit comments

Comments
 (0)