TextDisplay.inverse
Revision as of 21:54, 1 April 2020 by 71.226.33.30 (talk) (Created page with "<c>TextDisplay.inverse</c> gets or sets whether subsequent printing should be done in "inverse" mode, where the foreground and background colors are swapped. === Usage Notes...")
TextDisplay.inverse
gets or sets whether subsequent printing should be done in "inverse" mode,
where the foreground and background colors are swapped.
Usage Notes
this mode may also be controlled by printing two special characters: char(134) sets inverse to true, and char(135) sets inverse to false.)
Example
text.inverse = true; print " BLOCKY "; text.inverse = false