Null()
: Test for Unbound Array=
: Assignment
Array()
: DuplicationSpecification: Defines an array a bound to the same array as b. If b is not bound to any array, a is also unbound.
Note: This definition is more efficient than the otherwise equivalent form
Array<T> a =
b