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

This commit is contained in:
zleyyij 2024-09-01 13:37:42 -06:00
parent 897e916e82
commit 98825e377f

View File

@ -267,14 +267,19 @@ initialize lights {
3 -> 4
4.label: set the west light to green
}
initialize lights -> 1
loop-begin: {
shape: step
initialize lights -> loop
loop {
label: loop indefinitely
begin-loop: {
shape: step
label: begin loop
}
begin-loop -> 1
1.label: wait 30 seconds
1 -> loop-begin
1 -> 2
2.label: toggle lights
end loop
}
end: {
shape: oval
label: end