Go to the first, previous, next, last section, table of contents.


|intChar

Function: |intChar { [] -> [] }
file: job.t
package: muf
status: alpha

All integers in the given block are converted to characters. Other values are left unchanged.

Stack:
[ 97 98 99 "d" :e |
Stack: [ 97 98 99 "d" :e |
|intChar
Stack: [ 'a' 'b' 'c' "d" :e |

See section |charInt.


Go to the first, previous, next, last section, table of contents.