port: SELECT type: PortType FROM
l => [d: Drive ← none, l: Level ← L],
ls => [d: Drive ← none, ls: LevelSequence ← NIL],
b => [d: Drive ← none, b: BOOL ← FALSE],
bs => [d: Drive ← none, bs: BitSequence ← NIL],
c => [d: Drive ← none, fieldStart: [0..16), c: CARDINAL ← 0],
lc => [d: Drive ← none, fieldStart: [0..32), lc: LONG CARDINAL ← 0],
composite => [composite: SEQUENCE size: NAT OF Port],
ENDCASE];