Example
To produce the following line:
Numbers - 123,456 are underlined,
but punctuation is not!
Use the following specifications:
.underline
.print 'Numbers - 123,456 are '
.print 'underlined,'
.newline
.println 'but punctuation is not!'
.nounderline