Command: arraystore
Description
The stack is invariant under the sequences
arrayload arraystore
arraystore arrayload .
arraystore is the SLI version of PostScript operator astore.
In contrast to PostScript SLI arrays are dynamic therefore
the syntax of aload and astore is obsolete in SLI.
If used aload and astore issue a warning message.
Parameters
Author
Marc-Oliver Gewaltig
Markus Diesmann
t1 ... tn n arraystore --> array
5 4 2 3 arraystore --> [ 5 4 2 ]
Top
Bugs
Synopsis
t1 ... tn n arraystore --> array
Examples
5 4 2 3 arraystore --> [ 5 4 2 ]
File
sli/sliarray.cc
Remarks
There are two obsolete versions existing called aload and astore.