Description
Sets a key-value pair in a map. If the key already exists, its value is replaced.
Examples
set myMap at key "name" to "Steve"Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
set <map> at key <key> to <val>Related (Map)