<- PRPL reference <- Stack Manipulation

StackSize

ArgumentsResultNotation
value [ -value]

Description

Returns the number of items currently on the stack

Examples

1 2 3 trace(StackSize) #prints '3'