NextPrevUpTopContentsIndex

current-stack-length

Function
Summary

Returns the size of the current stack.

Note: Implemented in LispWorks for UNIX and LispWorks for Macintosh only (not LispWorks for Linux or LispWorks for Windows).

Package

hcl

Signature

current-stack-length => stack-size

Arguments

None

Values

stack-size

The current size of the stack, in words.

Example

(current-stack-length) => 16000


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex