depth Input Stack:... ⇨ Output Stack:Int... Push the depth of the stack. Since: 1.5.0 Examples: ,:depth PosInputOutput 0 0 a,:depth PosInputOutput 0 a 1 1 a a,b,:depth PosInputOutput 0 b 2 1 a b 2 a