Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The put() operator takes two arguments: a hash path and a new element to be inserted. The element must itself be a map. The result is a new data a structure with the element inserted at the location specified by the hash path. If the path specifies a location that does not exist, it will be created. For example:

...