Files
Diagon/test/Flowchart/example/output
T
2022-12-10 14:34:00 +01:00

37 lines
5.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
┌─────┐
│start│
└──┬──┘
_____________________
╱ ╲ ┌──────────────┐
╱ ╲________________________________________________________________________________________│Very expensive│
╲ Does it cost > 1000 ? yes └──────────────┘
╲_____________________
│no
___________________ ___________________
╱ ╲ ╱ ╲ ┌──────────────┐
╱ ╲___________________ ╲_______________________________│Very expensive│
╲ Does it cost > 100? yes ╲ Does it cost > 0.5? yes └──────────────┘
╲___________________ ╲___________________
│no │no
__________________ ___________________
╱ ╲ ┌───────┐ ╱ ╲ ┌─────────┐
╱ ╲_________│Correct│ ╲____________________│expensive│
╲ Does it cost > 10? yes └───────┘ ╲ Does it cost > 0.1? yes └─────────┘
╲__________________ ╲___________________
│no │no
_________________ ____________________
╱ ╲ ┌─────┐ ╱ ╲ ┌───────┐
╱ ╲___│Cheap│ ╲__________│Correct│
╲ Does it cost > 1? yes└─────┘ ╲ Does it cost > 0.01? yes └───────┘
╲_________________ ╲____________________
│no │no
┌───▽──┐ _____________________
│coucou│ ╱ ╲ ┌─────┐
└──────┘ ╱ ╲___│Cheap│
╲ Does it cost > 0.001? yes└─────┘
╲_____________________
│no
┌──────▽──────┐
│Take my money│
└─────────────┘