myItem CHAR(10);
myRecord myRecordPart;
myVariable Dictionary { empnum=0005, lastName="Twain", firstName="Mark", birthday="021460" };
const myString String = "Great software!"; const myArray BIN[] = [36, 49, 64]; const myArray02 BIN[][] = [[1,2,3],[5,6,7]];
A constant cannot be in a record or other complex structure.
const myString01, myString02 STRING = "INITIAL"; myItem01, myItem02, myItem03 CHAR(5); myRecord01, myRecord02 myRecordPart;
Related concepts
References to parts
Parts
Typedef
Related tasks
Declaring a record that redefines another
Related reference
Primitive types
Use declaration