buds
0.1
FORTRAN reference counted types
|
Adds/Pushes new element to the stack. More...
Private Member Functions | |
subroutine | push_ (this, item) |
Adds/Pushes new element to the stack.
If the stack is full the oldest element will be deleted and the second oldest becomes the first element of the stack.
Note One cannot push elements in the middle of the stack.