Flow标准流程图源码格式(横向)

PHOTO EMBED

Mon Apr 26 2021 09:30:51 GMT+0000 (Coordinated Universal Time)

Saved by @ycljcfer #markdown #flow

```flow
st=>start: 开始框
op=>operation: 处理框
cond=>condition: 判断框(是或否?)
sub1=>subroutine: 子流程
io=>inputoutput: 输入输出框
e=>end: 结束框
st(right)->op(right)->cond
cond(yes)->io(bottom)->e
cond(no)->sub1(right)->op
```
content_copyCOPY