6.1.1200
DEPTH
 
CORE
 
( -- +n )

+n is the number of single-cell values contained in the data stack before +n was placed on the stack.

Testing:
T{ 0 1 DEPTH -> 0 1 2 }T
T{   0 DEPTH -> 0 1   }T
T{     DEPTH -> 0     }T