Changes

Jump to navigation Jump to search
55 bytes added ,  21:02, 9 August 2014
<pre class="brush:xquery">
[] (: empty array :)[(1, 2) ], (: array with a sequence as single member :)[ (1to 2, 2) 3 ] (: array with two members ; same as:)[ 1 to 2, 3 ] ≙ [ (1, 2), 3 ]:)
</pre>
<pre class="brush:xquery">
array { } (: empty array ; same as:)array { () } :) array { (1, 2) } (: array with three members ; same as:)array { (1, 2} :) } ≙ array { 1to 2, 2 3 } (: array with three members ; same as:)array { 1 to 2, 3 } ≙ array { 1, 2, 3 }:)
</pre>
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu