25F77 |
#>$
|
( # → $ )
Creates string from the bint (decimal).
|
25F72 |
#:>$
|
( # → "#: " )
Creates string from the bint and appends a
colon and a space. Ex: "1: "
|
25F0F |
a%>$
|
( % → $ )
Converts real number into string using
current display mode.
aka: a%>$,
|
05BE9 |
ID>$
|
( id/lam → $ )
Converts identifier into string.
|
25EB3 |
DOCHR
|
( % → $ )
Creates string of the character with the
number specified.
|
0F1006 |
^Z>S
|
( Z → $ )
Converts Z into a string (decimal).
|
2EFC1 |
hxs>$
|
( hxs → $ )
Uses current display mode and wordsize.
|
2EFC0 |
HXS>$
|
( hxs → $ )
Does <REF>hxs>$ and then appends base character.
|