UNDERLINE

All PRINT output will be UNDERLINEd after this command has been issued. If the previous display mode was graphics, the screen will be cleared before any PRINTing commences.

Program Example.

00100 REM Demonstration of Underline
00110 PRINT "Do you like ";
00120 UNDERLINE:PRINT "underlined";
00130 NORMAL:PRINT " text?"
00140 END

Try it

See also NORMAL, INVERSE