count keys in map(name of map)


Returns the number of elements in the Named Map a.

Description of Parameters


Parameter

Description

a

(optional) Name of the map. Default: default


Examples


A map myMap with three elements is defined.


Parameter a

Result

myMap

3

myOtherMap

0