Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ des — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

;
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.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026