%! /LM 20 def /ypos 200 def /lineheight 12 def /linewidth 546 def /cr { LM ypos moveto } def /crlf { ypos lineheight sub /ypos exch def cr } def 0 rotate /Courier findfont 12 scalefont setfont /wrap_lines { /str exch def /strlen str length def { str stringwidth pop linewidth gt { /lastchar 1 def /lastspace 0 def { str 0 lastchar getinterval stringwidth pop linewidth gt { str lastspace 1 add strlen lastspace sub 1 sub getinterval ( ) search { exch pop exch pop } if stringwidth pop linewidth gt { /lastspace lastchar def } if lastspace 0 ne { /lastchar lastspace def } if str 0 lastchar getinterval show crlf lastspace 0 ne { /lastchar lastchar 1 add def } if /str str lastchar strlen lastchar sub getinterval def /strlen str length def exit } { str lastchar 1 getinterval dup ( ) eq exch (/008) eq or { /lastspace lastchar def } if /lastchar lastchar 1 add def } ifelse } loop } { str show crlf exit } ifelse } loop } def cr (******************************************************************************) show crlf (******************************************************************************) show crlf crlf (%e =====> %D <=====) wrap_lines crlf (******************************************************************************) show crlf (******************************************************************************) show crlf crlf crlf crlf (*############################################################################*) show crlf (*############################################################################*) show crlf (*############################################################################*) show crlf (*############################################################################*) show crlf showpage