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


intChar

Function: intChar
file: job.t
package: muf
status: alpha

The intChar function converts an integer to a character with the corresponding (ASCII) display code. The result is undefined if no such equivalent character exists.

Stack: "Joshua Christ"(4)
stringInts[
Stack: [ 74 111 115 104 117 97 32 67 104 114 105 115 116 |
|for c do{ c intChar -> c }
Stack: [ 'J' 'o' 's' 'h' 'u' 'a' ' ' 'C' 'h' 'r' 'i' 's' 't' |
|for c do{ c charInt -> c }
Stack: [ 74 111 115 104 117 97 32 67 104 114 105 115 116 |
]join
Stack: "Joshua Christ"


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