Skip to content

Instantly share code, notes, and snippets.

@nonlinear
Last active November 29, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonlinear/7266e5c7609850111371274033c0581e to your computer and use it in GitHub Desktop.
Save nonlinear/7266e5c7609850111371274033c0581e to your computer and use it in GitHub Desktop.
aaa
```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