REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: stack

stack  offset  /block  /word  /func  /args  /size  /depth  /limit

Returns stack backtrace or other values.

Arguments:

offset [integer!] - Relative backward offset

Refinements:

/block - Block evaluation position

/word - Function or object name, if known

/func - Function value

/args - Block of args (may be modified)

/size - Current stack size (in value units)

/depth - Stack depth (frames)

/limit - Stack bounds (auto expanding)

Note this special requirement:

Security

In order to use stack, you must have secure debug enabled.

Description

No description provided.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin