Displays the resultant type of an expression.
TYPE [/FULL] expression
where:
In the following example, declaration information about various data items is displayed.
CodeWatch> TYPE COUNT COUNT fixed binary (31) automatic CodeWatch> TY FLAGS FLAGS(1:1000) bit (1) automatic
Description
The TYPE command prints the resultant type of an expression.
If the expression refers to a structure or record, the Full option can be used to display the entire structure or record.