Method ADT.LowLevelStack()->quick_pop()

class ADT.LowLevelStack

Method quick_pop

void quick_pop(void|int(0..) val)

Description

Pops val entries from the stack, or one entry if no value or 0 (zero) is given. The popped entries are not returned.

See also

pop(), pop_to()