Record Definition
flowchart LR
Start[Start]
Stop[Stop]
Start --> Packed([<tt>packed</tt>]) --> Record
Start --> Record([<tt>record</tt>])
Record --> End([<tt>end</tt>])
Record --> Field([<a href="Identifier">Identifier</a>])
Field --> Comma([<tt>,</tt>])
Comma -->| #40;1#41; | Colon
Comma --> Field
Field --> Colon([<tt>:</tt>])
Colon --> Type([<a href="DataType">Data Type</a>])
Type --> End
Type --> Semi([<tt>;</tt>])
Semi --> Field
Semi --> End
End --> Stop
style Start fill:#44E
style Stop fill:#E44
⏱ Last Modified: 2/15 10:06:11 am