Changes

Jump to navigation Jump to search
2 bytes removed ,  13:50, 27 February 2020
<syntaxhighlight lang="xquery">
 
map { }, (: empty map :)
map { 'key': true(), 1984: (<a/>, <b/>) }, (: map with two entries :)
<syntaxhighlight lang="xquery">
 
let $map := map { 'foo': 42, 'bar': 'baz', 123: 456 }
return fn:for-each(map:keys($map), $map)
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu