NORMAL

Clears the INVERSE, UNDERLINE and PCG modes and returns the PRINT statements to normal format.

Program Example.

00100 PRINT "I like using ";
00110 INVERSE: PRINT "inverse print";
00120 NORMAL:PRINT " because it stands out"
00130 END 

Try it

See also INVERSE, UNDERLINE, PCG