<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Application functions > App > App.Data |
Description
APP.Stack.* functions give information about internal thinBasic allocation stack
Allocation stack is a special memory area used to store various kind of data during script execution.
Stack level 1 is the stack where global variables and global data is stored.
Every time a new sub/function is invoked, a new stack level is allocated.