> Line Feed (LF - 10 dec)
> Interpreted as a word space in all contexts except <PRE>.
> Within <PRE>, the tab should be interpreted as a shift to
"tab" should be "line feed"
> the start of a new line; that is, col := 0; row := row+1
> Carriage Return (CR - 13 dec)
> Interpreted as a word space in all contexts except <PRE>.
> Within <PRE>, the tab should be interpreted as a shift to
"tab" should be "carriage return"
> the start of the line; that is, col := 0;
--------------------------------------------------------------------
Paul Burchard <burchard@math.utah.edu>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------