From 09e2747bf8c6dcdc1d7318f2490f0de37d77b39f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 5 Sep 2021 21:03:05 -0400 Subject: Added a chapter on cross-platform Lux. --- documentation/book/the_lux_programming_language/chapter_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/book/the_lux_programming_language/chapter_2.md') diff --git a/documentation/book/the_lux_programming_language/chapter_2.md b/documentation/book/the_lux_programming_language/chapter_2.md index a58e7758f..0bd29faf3 100644 --- a/documentation/book/the_lux_programming_language/chapter_2.md +++ b/documentation/book/the_lux_programming_language/chapter_2.md @@ -59,7 +59,7 @@ We'll also explore macros further in later chapters. ## Comments -``` +```clojure ## They look like this. ## They all start with 2 continuous # characters and go on until the end of the line. ``` @@ -108,7 +108,7 @@ Now, let's talk a bit more about the program we saw last time. In the previous chapter we compiled and ran a Lux program, but nothing has been explained yet. Let's review the code and see in detail what was done. -``` +```clojure (.module: {#.doc "This will be our program's main module."} [library -- cgit v1.2.3