;
DESCRIBE -- Describes the data type of one or more variables. DES is the
legal abbreviation for DESCRIBE.
> DESCRIBE x (Describes the data type of a variable named x.)
TEST_C\main\x = 32-bit integer, register.
> DESCRIBE test (Describes each field in a record variable named test.)
SAMPLE\test = record (2 fields, 6 bytes), static.
SAMPLE\test.VALUE = 16-bit integer, static.
SAMPLE\test.PERCENTAGE = 32-bit real, static.