The INVERSE command changes the screen output to "black on white" format, instead of the default "white on black" format. If the last display mode was HIRES, LORES or PCG, the screen will be cleared first.
Program Example.
00100 PRINT "I like using ";
00110 INVERSE: PRINT "inverse print";
00120 NORMAL:PRINT " because it stands out"
00130 END
See also NORMAL