mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 17:10:47 +08:00
0a6f1b9bc0
* Link against boost statically. * Improve FlowChart if/then/else * Add support for while loop in FlowChart * Add support for do-loop
20 lines
611 B
Plaintext
20 lines
611 B
Plaintext
______
|
||
╱ ╲
|
||
____╱ arthur ╲
|
||
│ no ╲ ╱
|
||
│ ╲______╱
|
||
│ │yes
|
||
│ ┌─────▽────┐
|
||
│ │chocolat 1│
|
||
│ └─────┬────┘
|
||
│ ┌─────▽────┐
|
||
│ │chocolat 2│
|
||
│ └─────┬────┘
|
||
│ ┌───▽──┐
|
||
│ │coucou│
|
||
│ └──────┘
|
||
│
|
||
┌──▽─┐
|
||
│else│
|
||
└────┘
|