vault backup: 2024-09-01 12:37:42
This commit is contained in:
parent
e7774da978
commit
204cfc7ecd
@ -127,19 +127,23 @@ classes: {
|
|||||||
}
|
}
|
||||||
if: {
|
if: {
|
||||||
shape: diamond
|
shape: diamond
|
||||||
label: if (shady)\n<then else>
|
label: if (shady)\n<then else>\nendif
|
||||||
|
|
||||||
}
|
}
|
||||||
if -> shady: if shady path
|
if -> shady: {
|
||||||
|
direction: up
|
||||||
|
label: if shady path
|
||||||
|
}
|
||||||
shady {
|
shady {
|
||||||
1.class: turn-270
|
1.class: turn-270
|
||||||
1 -> 2
|
1 -> 2
|
||||||
2.class: turn0
|
2.class: turn0
|
||||||
}
|
}
|
||||||
|
end: {shape: oval}
|
||||||
|
if -> end
|
||||||
if -> sunny: if sunny path)
|
if -> sunny: if sunny path)
|
||||||
sunny {
|
sunny {
|
||||||
|
1.class: turn-270
|
||||||
}
|
}
|
||||||
beginning: {shape: oval}
|
beginning: {shape: oval}
|
||||||
end: {shape: oval}
|
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user