Programmer Guide/Concepts/Shell

From STX Wiki
< Programmer Guide‎ | Concepts
Revision as of 14:42, 11 April 2013 by Christian (talk | contribs) (Created page with "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 i…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Navigation menu

Personal tools