Loading

VALUELIST

maps

Gets values from a MAP.

The function VALUELIST extracts the values of a MAP on the top of the stack and pushes on the stack a list with those values. The MAP is consumed.

VALUELIST is available since version 1.0.0.

See also

Signatures

Examples

{ 'foo' 42 'bar' true } VALUELIST