Revision a6c6d321bb5e18c28aa3e0dec5b6cc6094bb1b09 (click the page title to view the current version)

test

​```flow st=>start: Start op=>operation: Your Operation cond=>condition: Yes or No? e=>end

st->op->cond cond(yes)->e cond(no)->op ​```