file: job.t package: muf status: alpha
The keysvals[
function takes an object and pushes a
block consisting of all public keyVal pairs on the object:
makeIndex --> o Stack: 1 --> o.a 2 --> o.b 3 --> o.c Stack: o keysvals[ Stack: [ :a 1 :b 2 :c 3 |
Note: The pairs currently arrive sorted, but Muq does not
promise to retain this in future versions. Do a
|keysvalsSort
if you need them sorted.
Go to the first, previous, next, last section, table of contents.