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


stringChars[

Function: stringChars[ { stg -> [chars] }
file: job.t
package: muf
status: alpha

Converts a string into a block of chars:

Stack:
"abc" stringInts[
Stack: [ 'a' 'b' 'c' |

See section stringInts[. See section vals[. See section |charInt. See section |intChar.


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