Files
Diagon/test/Flowchart/example/output
T

37 lines
5.2 KiB
Plaintext
Raw Normal View History

┌─────┐
│start│
└──┬──┘
2022-12-10 14:33:21 +01:00
__________▽__________
╱ ╲ ┌──────────────┐
2022-12-10 14:33:21 +01:00
Does it cost > 1000 ? ╲________________________________________________________________________________________│Very expensive│
yes └──────────────┘
╲_____________________
│no
2022-12-10 14:33:21 +01:00
_________▽_________ ___________________
╱ ╲ ╱ ╲ ┌──────────────┐
2022-12-10 14:33:21 +01:00
Does it cost > 100? ╲___________________ Does it cost > 0.5? ╲_______________________________│Very expensive│
yes ╲ yes └──────────────┘
╲___________________ ╲___________________
│no │no
2022-12-10 14:33:21 +01:00
________▽_________ _________▽_________
╱ ╲ ┌───────┐ ╱ ╲ ┌─────────┐
2022-12-10 14:33:21 +01:00
Does it cost > 10? ╲_________│Correct│ Does it cost > 0.1? ╲____________________│expensive│
╲ ╱yes └───────┘ ╲ yes └─────────┘
╲__________________ ╲___________________
│no │no
2022-12-10 14:33:21 +01:00
________▽________ _________▽__________
╱ ╲ ┌─────┐ ╱ ╲ ┌───────┐
2022-12-10 14:33:21 +01:00
Does it cost > 1? ╲___│Cheap│ Does it cost > 0.01? ╲__________│Correct│
╲ ╱yes└─────┘ ╲ ╱yes └───────┘
╲_________________ ╲____________________
│no │no
2022-12-10 14:33:21 +01:00
┌───▽──┐ __________▽__________
│coucou│ ╱ ╲ ┌─────┐
2022-12-10 14:33:21 +01:00
└──────┘ Does it cost > 0.001? ╲___│Cheap│
╲ ╱yes└─────┘
╲_____________________
│no
┌──────▽──────┐
│Take my money│
└─────────────┘