[q-lang-users] Order of codes in the symbol table
Brought to you by:
agraef
From: Jiří S. <jir...@bl...> - 2008-03-06 09:32:35
|
Hello Albert, I would like to ask, whether is it safe to suppose, that a consequent declarations of enumeration types will always result in a continuous series of codes in the symbol table. E.g. whether the declarations public type X = const x1, x2; public type Y = const Y1, y2; (nothing else between that two declarations) will always result in a continuous series ....., exprtype(X), exprsym(x1), exprsym(x2), exprtype(Y), exprsym(y1), exprsym(y2), ..... Thanks, Jiri |