CSE503: Software Engineering
Lecture 9 (January 25, 1999)

David Notkin

    1. A new line should start only between words and at the beginning of the output text, if any.
    2. A break in the input is reduced to a single break character in the output.
    3. As many words as possible should be placed on each line (i.e. between successive NL characters).
    4. No line may contain more than MAXPOS characters (words and BLs).