Files
hank/examples/fallback/main.hank

18 lines
406 B
Plaintext

-> start
== start
* Sometimes
* you try everything
* and everything
* and nothing seems to get you anywhere.
* -> end
- -> start
== end
This is what fallback choices are for!
* One other thing -> end
* ->
You can put content in a fallback choice using the "choice then arrow" syntax.
/* TODO test the situation where we want to allow multiple fallbacks, each one having a different condition */