From f39f71c7cf4ee5838ad191ba4e667e959ac7803d Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:22:42 -0600 Subject: [PATCH] vault backup: 2024-09-01 12:22:42 --- .../ECE1400/Flowcharts and Pseudocode.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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