|
||||||||||||
|
|
||||||||||||
Execution
When program is executed its execution is always in some function or method (let's call
it callable).
When callable is entered, a stack frame is created into
stack. Similarily, when callable is departed, either by
normal means using Stack frame contains local variables and other necessary information. For investigating the contents of stack use anvil.runtime.stack namespace. Though, local variables are not accessible through these functions. When scripts are called from Anvil server they belong to a zone. Zone's properties, might affect how the script performs, or what it can do. For instance, there might be some libraries available only to certain scripts or paths.
See also
| Language reference
|
||||||||||||
|
|
||||||||||||