Teletypewriter programming

The Teletypewriter (World Trade only) uses two different control characters for print formatting, as follows:
<   carriage return (X'22' in ITA2
    code or X'15' in EBCDIC)
 
=   line feed (X'28' in ITA2 code
     or X'25' in EBCDIC)

The character < should always be used first; otherwise following characters (data) may be printed while the type bar is moving to the left.