DK:DETECO.TXT   DATE: 19-MAY-83   TIME: 12:26:56

Removes all control characters and escapes from the workspace, and
replaces them with printable versions.
J
<.-Z; 0AUA			steps through text
QA-31"G C F<'			ignores all above ASCII 31
QA-27"E @I/$/D F<'		replaces ESC with $
QA-13"G @I/^/QA#64@I//D F<'	control codes above 13 with ^ version
QA-9"L @I/^/QA#64@I//D F<'	same for control codes under 9
C >$$				leave regular control codes untouched
                                                         