Changes

Jump to navigation Jump to search
15 bytes added ,  13:23, 13 July 2020
no edit summary
return $c
(: the where expression is rewritten to a predicate :)
let $b := 2
for $a in 1 to 5[. > 3]
return $a + 2
(: the for clause is and return clauses are merged into return clause and rewritten to a simple map :)
(1 to 5)[. > 3] ! (. + 2)
</syntaxhighlight>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu