Difference between revisions of "programming flow chart"
From thelinuxwiki
(→loops) |
(→loops) |
||
Line 8: | Line 8: | ||
{| cellspacing="5" border="1" | {| cellspacing="5" border="1" | ||
− | ! align="left" | + | ! align="left" |
|- | |- | ||
− | |[[file:flow_chart-repeat_loop.gif]] | + | |for? <br> [[file:flow_chart-repeat_loop.gif]] |
− | |[[file:flow_chart-while_loop.gif]] | + | |while<br>[[file:flow_chart-while_loop.gif]] |
|- | |- | ||
− | |[[file:flow_chart-if_then.gif]] | + | |if then<br>[[file:flow_chart-if_then.gif]] |
− | |[[file:flow_chart-if_then_else.gif]] | + | |if then else<br>[[file:flow_chart-if_then_else.gif]] |
|- | |- | ||
|} | |} |
Revision as of 14:31, 17 March 2017
symbols
loops
align="left" | |
---|---|
for? |
while |
if then |
if then else |