Notes
Sequences vs. Arrays
Flat sequences
( (1, 2), (3, 4) )
Nesting arrays
[ [ 1, 2 ], [ 3, 4 ] ]
Singleton sequences
Singleton sequences
count() on an array
count() on a sequence
Members of an array
Members of an sequence
Converting an array to a sequence
Converting a sequence to an array
Null vs. empty sequence
Null values in an array
Null values in an object
Null values in a sequence
Automatic conversion to null.
Empty sequence in an arithmetic operation.
Null in an arithmetic operation.
Null and empty sequence in an arithmetic operation.
Empty sequence in a comparison.
Null in a comparison.
Null in a comparison.
Null and the empty sequence in a comparison.
Null and the empty sequence in a comparison.
Last updated