APLVector PMC (continued.)
So, vectors and strings are all APLVectors.
- An APLVector can have arbitrary dimension. (One implementation I saw limited it to 64 dimensions)
- Can change its dimensionality with the ⍴ operator.
- Can store arbitrary items, including other APLVectors.
- Here's another opportunity for APL to help perl6!