Index

StackSize

StackSize ->stackDepth

Description

Returns the number of items currently on the stack

Examples

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

Index