Set Definition
flowchart LR
Start[Start]
Stop[Stop]
Start --> Set([<tt>set</tt>]) --> Of([<tt>of</tt>])
Of -->| #40;1#41; | Slash([<tt>/</tt>])
Slash --> Type([<a href="Identifier">Identifier</a>])
Of --> Type
Type ---> Stop
style Start fill:#44E
style Stop fill:#E44
⏱ Last Modified: 2/15 10:06:11 am