flifo                   flifo: don't get stuck with stacks in R
is.empty.stack          Test emptyness of a stack
is.stack                Stacks - creation and class
max_length              Maximum length of a stack
pop                     Retrieve an object from a stack
print.stack             Print a stack.
push                    Insert an object into a stack
size                    Size of a stack
