###### tags: `example` `フローチャート` # フローチャートテスト > [name=SawayaKento] [time=Fri, Jan 24, 2020 11:32 AM] ```flow st=>start: Start op=>operation: Some operation cd=>condition: Some condition sb=>subroutine: Some function e=>end: End st->op op->cd cd(no)->e cd(yes)->sb sb->e ```