We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d3ed2 commit 7650499Copy full SHA for 7650499
examples/chr.bas
@@ -1,7 +1,7 @@
1
PRINT CHR$(147)
2
PRINT "CLR/HOME DONE"
3
PRINT "BASE COLORS:"
4
-PRINT " ";CHR$(144);"BLACK";CHR$(5)
+PRINT CHR$(5);" ";CHR$(144);"BLACK";CHR$(5)
5
PRINT " "; CHR$(5);"WHITE";CHR$(5)
6
PRINT " " ;CHR$(28);"RED";CHR$(5)
7
PRINT " ";CHR$(159);"CYAN";CHR$(5)
0 commit comments