Skip to content

Commit 87ad063

Browse files
committed
Remove old PRINT COLOR restriction from the manual.
1 parent d4b26a4 commit 87ad063

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

manual.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,10 +1066,6 @@ Console Print and Input Statements
10661066
S = 1234
10671067
? #6, "SCORE: "; COLOR(32) S
10681068

1069-
Note that the color only applies to
1070-
one argument, and it is reset to 0
1071-
after a `;`, `,` or `TAB`.
1072-
10731069
The `TAB` function advances the
10741070
position to a column multiple of the
10751071
argument, so that `TAB(10)` is the

0 commit comments

Comments
 (0)