vault backup: 2024-09-01 13:42:42

This commit is contained in:
zleyyij 2024-09-01 13:42:42 -06:00
parent 98825e377f
commit 69804b1e64

View File

@ -252,13 +252,13 @@ classes: {
label: Toggle lights label: Toggle lights
} }
} }
beginning: { beginning: {
shape: oval shape: oval
label: beginning label: beginning
} }
beginning -> initialize lights beginning -> initialize lights
initialize lights { initialize lights {
grid-columns: 1
1.label: set the north light to red 1.label: set the north light to red
1 -> 2 1 -> 2
2.label: set the south light to red 2.label: set the south light to red
@ -272,14 +272,20 @@ loop {
label: loop indefinitely label: loop indefinitely
begin-loop: { begin-loop: {
shape: step shape: step
label: begin loop label: begin iteration
} }
begin-loop -> 1 begin-loop -> 1
1.label: wait 30 seconds 1.label: wait 30 seconds
1 -> 2 1 -> 2
2.label: toggle lights 2.label: toggle lights
end loop end-loop: {
shape: step
label: end iteration
} }
2 -> end-loop
end-loop -> begin-loop
}
loop -> end: the heat death of the universe
end: { end: {
shape: oval shape: oval
label: end label: end