sequences example
This commit is contained in:
6
examples/sequences/main.hank
Normal file
6
examples/sequences/main.hank
Normal file
@@ -0,0 +1,6 @@
|
||||
- (start) {Hello|world|of|sequences! -> end|never shown}
|
||||
Peep
|
||||
-> start
|
||||
|
||||
- (end) We're done here.
|
||||
For real.
|
||||
8
examples/sequences/test1.hlog
Normal file
8
examples/sequences/test1.hlog
Normal file
@@ -0,0 +1,8 @@
|
||||
Hello
|
||||
Peep
|
||||
world
|
||||
Peep
|
||||
of
|
||||
Peep
|
||||
sequences! We're done here.
|
||||
For real.
|
||||
Reference in New Issue
Block a user