Files
hank/old-examples/labels/main.hank

13 lines
244 B
Plaintext

- (start)
Loop #: {start}
A: {choice_a}
B: {choice_b}
C: {choice_c}
* (choice_a) Choice A
* (choice_b) Choice B
* (choice_c) {choice_b + choice_a == 2} Choice C // TODO need a better way to && variables
-> end
- -> start
- (end)
It's over!