Skip to content

Commit 4738248

Browse files
Update SCREEN.BAS
1 parent f964150 commit 4738248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gwbasic/GWBASIC Parrot Explained/SCREEN.BAS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
3020 IF PEEK(I)=93 AND PEEK(I+1)=1 AND PEEK(I+6)=127 AND PEEK(I+7)=2 THEN POKE I,223: RETURN
4545
3030 'LOCATE 21,1: PRINT I;" ";
4646
3040 NEXT
47-
3040 RETURN
47+
3050 RETURN
4848


0 commit comments

Comments
 (0)