FIELD-SYMBOLS
Reference
Syntax
FIELD-SYMBOLS <fs> { typing | { STRUCTURE struc DEFAULT dobj } }.
Effect
Declares a field symbol <fs>. The angle brackets are part of the label.
Additions
-
typing
Types the field symbol. See under typing.
-
STRUCTURE struc DEFAULT dobj
Obsolete:
Casts a structure struc and assigns a data object dobj.