Vector's
Start Quantum again and reproduce what you see in the Quantum session below.
Sequences of Quantum objects surrounded by brackets
[
and
]
denote Quantum
Array's. You can create
Array's directly by calling Quantum's function
New.Array. Use function
Length
to count the elements of
1-dimensional Array's. Use functions
Shape and
Rank
to determine the dimensions and rank of
n-dimensional Array's.
Use function
Elt
to access the elements of
Array's
. Function
Array.CreateInstance
can also create
Array's.
|