Next Previous Contents

12. _stk_reverse

Synopsis

Reverse the order of the objects on the stack.

Usage

_stk_reverse (Integer_Type n)

Description

The _stk_reverse function reverses the order of the top n items on the stack.

See Also

_stkdepth, _stk_roll


Next Previous Contents