Next Previous Contents

14. _stkdepth

Usage

Get the number of objects currently on the stack.

Synopsis

Integer_Type _stkdepth ()

Description

The _stkdepth function returns number of items on stack prior to the call of _stkdepth.

See Also

_print_stack, _stk_reverse, _stk_roll


Next Previous Contents