! ! ! ! SYMCOD.BLI - ! ! This file contains the declarations necessary for ! accessing and building the SYMPROP table, a table ! of symbol properties. ! ! ! FIELD sym = SET sym_close_br = [0, %BPVAL/2, 1, 0], sym_type = [0, 0, %BPVAL/2, 0] TES; LITERAL open_bracket = 1, alloc_unit = 2; MACRO sym_table = BLOCKVECTOR [max_sym, 1] FIELD (sym) %; ! ! ! ... End of file 'SYMCOD.REQ' ...