powered by
stack
Instantiates a new '>stack object, i.e. a list implementation with LIFO principle.
'>stack
stack(...)
parameters that are only needed if utils::stack should be called
utils::stack
returns a new stack object
# NOT RUN { # creates a new stack<SEXP> s <- stack() # }
Run the code above in your browser using DataLab