map.keys

Syntax

l := map.keys(m)

Get the keys of a map.

A list of all keys used in map m is returned.

Returns:

l - list of keys in map m

Arguments:

m - map to get aa list of all keys from.