flow
st=>start: 開(kāi)始
e=>end: 結(jié)束
op=>operation: 操作
sub1=>subroutine: 子程序
cond=>condition: Yes or No?
io=>inputoutput: 輸入/輸出
st->op->cond
cond(yes)->io->e
cond(no)->sub1(right)->op
flow
st=>start: 開(kāi)始
e=>end: 結(jié)束
op=>operation: 操作
sub1=>subroutine: 子程序
cond=>condition: Yes or No?
io=>inputoutput: 輸入/輸出
st->op->cond
cond(yes)->io->e
cond(no)->sub1(right)->op