|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide appendstack.pro
appendstack |
procedure appendstack, index |
Append entries to the stack.
addstack,10,14,2 appendstack,20 appendstack,[25,28] tellstack ; The stack now contains [ 10, 12, 14, 20, 25, 28]
Parameters | |
index |
Entries to add |