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


]keysSet

Function: ]keysSet
file: job.t
package: muf
status: alpha

The ]keysSet function takes a block of values and stores them in the public area on the given object, each as a key having itself as a value::

Stack:
makeIndex --> o
Stack:
[ "a" "b" "c" | o ]keysSet
Stack:
o.a o.b o.c
Stack: "a" "b" "c"

Note: This function is not implemented in Muq version -1.0.0.


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