vault backup: 2024-09-01 13:37:42
This commit is contained in:
parent
897e916e82
commit
98825e377f
@ -267,14 +267,19 @@ initialize lights {
|
|||||||
3 -> 4
|
3 -> 4
|
||||||
4.label: set the west light to green
|
4.label: set the west light to green
|
||||||
}
|
}
|
||||||
initialize lights -> 1
|
initialize lights -> loop
|
||||||
loop-begin: {
|
loop {
|
||||||
shape: step
|
|
||||||
label: loop indefinitely
|
label: loop indefinitely
|
||||||
|
begin-loop: {
|
||||||
|
shape: step
|
||||||
|
label: begin loop
|
||||||
}
|
}
|
||||||
|
begin-loop -> 1
|
||||||
1.label: wait 30 seconds
|
1.label: wait 30 seconds
|
||||||
1 -> loop-begin
|
1 -> 2
|
||||||
|
2.label: toggle lights
|
||||||
|
end loop
|
||||||
|
}
|
||||||
end: {
|
end: {
|
||||||
shape: oval
|
shape: oval
|
||||||
label: end
|
label: end
|
||||||
|
Loading…
Reference in New Issue
Block a user