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


charString

Function: charString { char -> string }
file: job.t
package: muf
status: alpha

The charString function converts a character into a length-one string containing just that character:

Stack:
'a'
Stack: 'a'
charString
Stack: "a"


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