diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 2fbbfcc..7f97a56 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -113,10 +113,22 @@ vars: { } classes: { turn-0: { - label: Turn to 0 degrees + label: turn to 0 degrees + } + turn-90: { + label: turn to 90 degrees + } + turn-180: { + label: turn to 180 degrees + } + turn-270: { + label: turn to 270 degrees } } +if: { + shape: diamond + label: if\ +} beginning: {shape: oval} -turn-90.class=turn-90 end: {shape: oval} ``` \ No newline at end of file