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


]keysvalsMake

Function: ]keysvalsMake { [keysvals] -> obj }
file: job.t
package: muf
status: tentative

The ]keysvalsMake operator consumes a block of keyVal pairs, creates an object, and enters the given properties onto that object, which is then returned:

Stack: 
[   "a" 1   "b" 2   "c" 3 | ]keysvalsMake --> o
Stack: 
o.a o.b o.c
Stack: 1 2 3

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


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