; > $.Hdr.Variables
; define variable types, as got by SWI ReadVarVal, etc.

VarType_String   * 0
VarType_Number   * 1
VarType_Macro    * 2
VarType_Expanded * 3   ; given to Read, this always returns a string
                       ; given to Set,  this means evaluate an expression
VarType_LiteralString * 4   ; Only valid for Set - sets the string as is (no
                            ; GSTrans)
VarType_Code     * 16

       END
