|
|
@@ -248,4 +248,22 @@ Chapter screen chunks are working like Markdown headers:
|
|
|
```
|
|
|
In-game, it would be chapter screen.
|
|
|
|
|
|
+### 3.2.4 Goto chunk
|
|
|
+Goto statements considered harmful since
|
|
|
+[1968](https://dl.acm.org/doi/epdf/10.1145/362929.362947).
|
|
|
+
|
|
|
+Well, **sometimes** they are useful. More often they are harmful.
|
|
|
+
|
|
|
+Good news is we can easily avoid them by using Markdown links:
|
|
|
+
|
|
|
+```markdown
|
|
|
+1 Let's call this a day...
|
|
|
+2
|
|
|
+3 [Non-obligatory description](next_day.vnrs)
|
|
|
+```
|
|
|
+
|
|
|
+This is how we can go from one file from another. Writing anything *after*
|
|
|
+is kinda useless, since it can't be viewed anyway.
|
|
|
+```
|
|
|
+
|
|
|
## 3.3 Inline parser
|