36 lines
346 B
Plaintext
36 lines
346 B
Plaintext
INCLUDE extra.hank
|
|
-> start__one
|
|
|
|
== start
|
|
|
|
/* This example demonstrates that the janky code regulating subsection diverts all works.
|
|
If this test ever breaks, God help you.*/
|
|
Fourth output.
|
|
|
|
-> other_section
|
|
|
|
= one
|
|
|
|
First output.
|
|
|
|
-> two
|
|
|
|
= two
|
|
|
|
Second output.
|
|
|
|
-> three
|
|
|
|
= end
|
|
Last output.
|
|
|
|
== three
|
|
|
|
-> three
|
|
|
|
= three
|
|
|
|
Third output.
|
|
|
|
-> start
|