print.stack: Print a stack.

Description Usage Arguments Value See Also

Description

The function print.stack prints the class of the stack x (FIFO, LIFO, or NINO) and displays its next reachable object.

Usage

1
2
## S3 method for class 'stack'
print(x, ...)

Arguments

x

A stack.

...

Additional arguments.

Value

The stack x is returned invisibly.

See Also

push, pop.


flifo documentation built on May 2, 2019, 1:26 a.m.