Glue (at the expense of a few regressions). Closed #37

This commit is contained in:
2019-06-26 18:58:52 -06:00
parent 06d7405641
commit a967c5f3ef
5 changed files with 124 additions and 39 deletions

14
examples/glue/main.hank Normal file
View File

@@ -0,0 +1,14 @@
// This example is from https://github.com/inkle/ink/blob/91bbf0bcfd32e2cefa8561eb83d581444900dcf0/Documentation/WritingWithInk.md#glue
-> hurry_home
=== hurry_home ===
We hurried home <>
-> to_savile_row
=== to_savile_row ===
to Savile Row
-> as_fast_as_we_could
=== as_fast_as_we_could ===
<> as fast as we could.

1
examples/glue/test1.hlog Normal file
View File

@@ -0,0 +1 @@
We hurried home to Savile Row as fast as we could.