Skip to content

Commit 7650499

Browse files
committed
update chr
1 parent 50d3ed2 commit 7650499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chr.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PRINT CHR$(147)
22
PRINT "CLR/HOME DONE"
33
PRINT "BASE COLORS:"
4-
PRINT " ";CHR$(144);"BLACK";CHR$(5)
4+
PRINT CHR$(5);" ";CHR$(144);"BLACK";CHR$(5)
55
PRINT " "; CHR$(5);"WHITE";CHR$(5)
66
PRINT " " ;CHR$(28);"RED";CHR$(5)
77
PRINT " ";CHR$(159);"CYAN";CHR$(5)

0 commit comments

Comments
 (0)