Chapter 2. Development Environment and Procedures
37
• Symbol table for common variables
Lists common variables arranged according to their types. An array variable has a suffix
of parentheses ( ).
• Symbol table for work variables
Lists work variables and dummy arguments arranged according to their types. An array
variable has a suffix of parentheses ( ).
• Symbol table for register variables
Lists register variables arranged according to their types. An array variable has a suffix
of parentheses ( ).
• Symbol table for labels
Lists labels arranged in alphabetic order.
• Symbol table for user-defined functions
Lists user-defined functions arranged according to their types (i.e. integer, real, and
string types).
Each of common variables, work variables, and register variables can be divided into the fol-
lowing types:
Non-array integer type Non-array real type Non-array string type
Array integer type Array real type Array string type
Comentários a estes Manuais