8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
|
|
[ East ] -> [ South ] { flow: south; } -> [ West ] -> { flow: west; } [ South Too ]
|
|
--> { flow: down; } [ right (west) ]
|
|
--> { flow: right; } [ left (south) ]
|
|
--> { flow: left; } [ east (default) ] -> [ final ]
|
|
#[ east (default) ] -> [ second ]
|
|
#[ east (default) ] -> [ third ]
|