We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f209cd9 commit 756abf3Copy full SHA for 756abf3
examples/chr.bas
@@ -6,8 +6,7 @@ PRINT "BASE COLORS:"
6
7
PRINT CHR$(144)
8
PRINT "BLACK"
9
-
10
+PRINT CHR$(5)
11
PRINT "WHITE"
12
13
PRINT CHR$(28)
0 commit comments