| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
OperationDescriptionEach position in `sub' must not be negative nor 0. Note: If any position in `sub' is beyond the current scope of `L' the list is dynamically expanded to cover the assignment. Further the lengths of `sub' and `a' must be equal. ExamplesL:=[1,,3,4];
L{[2,3,4]}:=[2,4,3]; L;
c:=[2,4,6];
c{[13,11,14]}:=["0","1","2"]; c;
See also | |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |