sequences example

This commit is contained in:
2019-04-30 18:49:28 -06:00
parent 56ff891447
commit 42d73ab0a3
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
- (start) {Hello|world|of|sequences! -> end|never shown}
Peep
-> start
- (end) We're done here.
For real.

View File

@@ -0,0 +1,8 @@
Hello
Peep
world
Peep
of
Peep
sequences! We're done here.
For real.