Loading

KEYLIST

maps

Gets keys from a MAP.

The function KEYLIST extracts the keys of a map on the top of the stack and pushes on the stack a list with those keys. The map is consumed.

KEYLIST is available since version 1.0.0.

See also

Signatures

Examples

{ 'foo' 42 'bar' true } KEYLIST