Skip to content

Commit 756abf3

Browse files
committed
fix chr.bas
1 parent f209cd9 commit 756abf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/chr.bas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ PRINT "BASE COLORS:"
66

77
PRINT CHR$(144)
88
PRINT "BLACK"
9-
10-
9+
PRINT CHR$(5)
1110
PRINT "WHITE"
1211

1312
PRINT CHR$(28)

0 commit comments

Comments
 (0)