Control table: Difference between revisions

Content deleted Content added
Introduce interpreter in the intro as it seems key
m Duplicate word removed
Line 76:
 
==Storage==
A control table can be stored a variety of ways. It can be stored as part of a program; for example as as a [[static variable]]. It can stored in the [[file system]]; for example as [[flat file]] or in a [[database]]. It can be built dynamically by the program. For efficiency, the table should be resident in program memory when the interpreter uses it.
 
==The interpreter and subroutines==