167E4 |
#>$
|
( # → $ )
Creates string from the bint (decimal).
|
167D8 |
#:>$
|
( # → "#: " )
Creates string from the bint and appends a
colon and a space. Ex: "1: "
|
162B8 |
a%>$
|
( % → $ )
Converts real number into string using
current display mode.
aka: a%>$,
|
05BE9 |
ID>$
|
( id/lam → $ )
Converts identifier into string.
|
140F1 |
DOCHR
|
( % → $ )
Creates string of the character with the
number specified.
|
540BB |
hxs>$
|
( hxs → $ )
Uses current display mode and wordsize.
|
54061 |
HXS>$
|
( hxs → $ )
Does <REF>hxs>$ and then appends base character.
|