Go to the first, previous, next, last section, table of contents.


depth

Function: depth?
file: job.t
package: muf
status: alpha

The depth function returns a count of the number of items currently logically on the data stack. (This may be less than the number physically on the data stack, for example if a thunk is executing, since it lacks rights to examine stack elements it doesn't own.)


Go to the first, previous, next, last section, table of contents.