|
User Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide astack.pro
| astack |
function astack(elem) |
Function to return the value of a specific element of the stack.
; stack contains [ 10, 12, 14, 20, 25, 28] to begin
my_elem = astack(3)
; my_elem contains the value 20
| Parameters | |
|
elem |
The index of the element to return. |