Last active
November 29, 2016 15:49
-
-
Save nonlinear/7266e5c7609850111371274033c0581e to your computer and use it in GitHub Desktop.
aaa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```flow | |
st=>start: Start | |
e=>end | |
op=>operation: My Operation | |
cond=>condition: Yes or No? | |
st->op->cond | |
cond(yes)->e | |
cond(no)->op | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment