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


|charInt

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

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

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

See section |intChar.


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