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


keys[

Function: keys[
file: job.t
package: muf
status: alpha

The keys[ function takes an object and pushes a block consisting of all public keys on the object:

makeIndex --> o
Stack:
1 --> o.a   2 --> o.b   3 --> o.c
Stack: 
o keys[
Stack: [ :a :b :c |

Note: The keys currently arrive sorted, but Muq does not promise to retain this in future versions. Do a |sort if you need them sorted.


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