| 83197 |  EDITDECOMP$ | ( ob → $ )Calls
 setStdEditWidand the decompiles for
editing like <REF>editdecomp$w. | 
| 83183 |  DECOMP$ | ( ob → $ )Calls <REF>setStdWid and decompiles entire
object (UserRPL components only).  Breaks the
string into lines using DcompWidth as width.
 | 
| 8318D |  DO>STR | (  $ → $ )
 ( ob → $ )Internal version of →STR.
 | 
| 831BF |  Decomp%Short | ( % #width → $ )Decompiles a real number into a string of the
given #width.  It will drop less significant
digits or add zeros as needed, but will also
exceed #width when necessary.  E.g. "-1.e-33"
cannot be written with less than 7
characters, so even if #width is less, 7
chars will be used.  %0 is always decompiled
as "0".
 |