first commit
This commit is contained in:
9
perl/lib/Graph-Easy-0.76/t/txt/8_flow.txt
Normal file
9
perl/lib/Graph-Easy-0.76/t/txt/8_flow.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
[ South ] { flow: south; }
|
||||
|
||||
[ East ] --> [ South ]
|
||||
[ South ] --> [ West ]
|
||||
[ West ] --> { flow: west; } [ South Too ]
|
||||
[ South Too ] --> { flow: down; } [ right (west) ]
|
||||
[ right (west) ] --> { flow: right; } [ left (south) ]
|
||||
[ left (south) ] --> { flow: left; } [ east (default) ]
|
||||
[ east (default) ] --> [ final ]
|
||||
Reference in New Issue
Block a user