CMD COLOR
This instruction is available in CMDDemo Basic and MemManTSR Basic.
Contents |
Effect
Inverses the foreground and background colors.
Syntax
CMD COLOR
Example
10 COLOR 15,4,7: SCREEN 1 20 A$=INPUT$(1) 30 CMD COLOR 40 A$=INPUT$(1) 50 COLOR,13 60 CMD COLOR
Related to
Compatibility
CMDDemo BASIC, MemManTSR BASIC with COLOR.TSR installed