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


stringKeyword

Function: stringKeyword { string -> keyword }
file: job.t
package: muf
status: alpha

The stringKeyword function converts a string into a keyword with the same name:

Stack:
"abc"
Stack: "abc"
stringKeyword
Stack: :abc

Be aware that it is almost impossible to get rid of a keyword once created, so creating zillions of them is likely to permanently bloat the database.


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