The Ink Writing Tutorial examples don't run in Inky
I wanted to give the Ink Writing Tutorial (https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md) a try but no examples seem to run with the latest release of Inky. I tried a number of examples but beyond "Hello world" nothing else seemed to work:

I'm not sure whether the issue is on Inky's side or the tutorial is outdated but in any case it'd be great if they worked together 👍
Hi! The example does work, but I believe it's missing a bit for simplicity's sake. What you're looking for is covered at the end of part 3 in the tutorial ;)
We should probably put a little note in the tutorial about this!
On 29 Aug 2017, 08:50 +0100, Yannick Lohse [email protected], wrote:
Hi! The example does work, but I believe it's missing a bit for simplicity's sake. What you're looking for is covered at the end of part 3 in the tutorial ;) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
thanks! I got a bit confused about this because the very first example says:

So I thought each of the code snippets can be run on its own (e.g. could be a standalone .ink file)
To be clear: it can be run; and it has run! But then it errors at the end, when there's no more content.
Jon On Tue, 29 Aug 2017 at 8:53 am, Marin Todorov [email protected] wrote:
thanks! I got a bit confused about this because the very first example says:
[image: image] https://user-images.githubusercontent.com/633862/29810365-cf4c00ba-8c9f-11e7-98bb-24c7e82956f9.png
So I thought each of the code snippets can be run (e.g. could be a standalone .ink file)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inkle/inky/issues/111#issuecomment-325584170, or mute the thread https://github.com/notifications/unsubscribe-auth/AA40ozZRX_RRvKpd6yRq9GvhcUONCSjrks5sc8NpgaJpZM4PFeNO .
So, @joningold - do you think it's good as-is? Close? I just pasted that example into Inky and I get no issues, but maybe that's related to #114 ?
In practice writing without ENDs everywhere you need them is common and to be supported! If we did anything I’d rather make runtime errors look different or something.
In the meantime tho, a brief “don’t worry about this” would be valid.