[ null, 1, null, 2 ]
[ null, 1, null, 2 ]
{ "foo" : null }
{ "foo" : null }
(null, 1, null, 2)
null 1 null 2
{ "foo" : () }
{ "foo" : null }
() + 2
null + 2
arithmetic operation not defined between types "js:null" an d "xs:integer"
null + ()
() eq 2
null eq 2
false
null lt 2
true
null eq ()
null lt ()