new map — Expressions

new map
DeprecatedMap1.0.0

Description

Creates a new empty map. WILL ALWAYS THROW AN ERROR, use 'new map of <key-type> to <value-type>' instead.

Examples

set myMap to new map

All Possible Usages (1)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

new map

Related (Map)