aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/chapter_2.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-28 04:48:42 -0400
committerEduardo Julian2021-07-28 04:48:42 -0400
commit5d4583aebd00adced10275b32ff1a93ab418be50 (patch)
tree89315e104e2b0ddd6d56f894f01a0575d3078699 /documentation/book/the_lux_programming_language/chapter_2.md
parent061fd8a209bbcaffc2bfb850ac6046752a567d50 (diff)
Re-named List's tags: Nil => End && Cons => Item
Diffstat (limited to 'documentation/book/the_lux_programming_language/chapter_2.md')
-rw-r--r--documentation/book/the_lux_programming_language/chapter_2.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_2.md b/documentation/book/the_lux_programming_language/chapter_2.md
index 6f12f9907..d396f0034 100644
--- a/documentation/book/the_lux_programming_language/chapter_2.md
+++ b/documentation/book/the_lux_programming_language/chapter_2.md
@@ -146,7 +146,9 @@ Suffice it to say that the `debug.log!` function will produce a value of type `A
That `(IO Any)` value will then be run by the system at run-time, giving us the result we want.
+---
+
Now that we've discussed some of the basics of what goes on inside of Lux programs, it's time for us to explore the language in a little bit more depth.
-See you in the next chapter!
+See you in [the next chapter](chapter_3.md)!