Programmer Guide/Concepts/Shell
From STX Wiki
< Programmer Guide | Concepts
Jump to navigationJump to search
In STx, the term shell denotes the combination of a command interpreter and its execution environment, i.e. the environment executing the loaded code objects. The shell is created with the SHELL command and ends when the last macro running in the shell is finished (EXIT). All shells are registered in the application environment. A shell can exchange messages with other shells.
see also Introduction: Shell