# flow
st=>start:开始
op=>operation: 操作1
cond=>condition: 是否?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op