Maps and arrays Functions
Introduction
Availability
Maps
Introduction
map:merge(
(
map:entry('number', 42),
map:entry('string', 'forty-two'),
map:entry('node', instance()),
map:entry('sequence', 1 to 10)
)
)map:entry()
map:merge()
map:get()
Arrays
Introduction
array:size()
array:get()
array:put()
array:append()
array:join()
Last updated