!short: CLEAR ALL*     Close files, release public and private variables
!file:C5G0_002.EHO:"CLEAR ALL"*
!short: CLEAR MEMORY   Release all public and private variables
!file:C5G0_002.EHO:"CLEAR MEMORY"
!short: DECLARE*       Create and initialize private memory variables and arrays
!File:C5g0_004.EHO:DECLARE*
!short: LOCAL          Declare and initialize local variables and arrays
!File:C5g0_004.EHO:LOCAL
!short: MEMVAR         Declare private and public variable names
!File:C5g0_004.EHO:MEMVAR
!short: PARAMETERS     Create private parameter variables
!File:C5g0_004.EHO:PARAMETERS
!short: PRIVATE        Create and initialize private memory variables and arrays
()!File:C5g0_004.EHO:PRIVATE
!short: PUBLIC         Create and initialize public memory variables and arrays
!File:C5g0_004.EHO:PUBLIC
!short: READVAR()      Return the current GET/MENU variable name
!file:C5G0_001.EHO:READVAR()
!short: RELEASE        Delete public and private memory variables
!file:C5G0_002.EHO:RELEASE
!short: STATIC         Declare and initialize static variables and arrays
!File:C5g0_004.EHO:STATIC
!short: STORE*         Assign a value to one or more variables
!file:C5G0_002.EHO:STORE*

