aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/index.md
diff options
context:
space:
mode:
authorEduardo Julian2021-09-05 21:03:05 -0400
committerEduardo Julian2021-09-05 21:03:05 -0400
commit09e2747bf8c6dcdc1d7318f2490f0de37d77b39f (patch)
treeccee4dd90b0f5f84d813a8f29b3b9a5dc602068b /documentation/book/the_lux_programming_language/index.md
parent0f7bfa0d4a4e5a79fffe72adec1dd35992c7dde3 (diff)
Added a chapter on cross-platform Lux.
Diffstat (limited to '')
-rw-r--r--documentation/book/the_lux_programming_language/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/book/the_lux_programming_language/index.md b/documentation/book/the_lux_programming_language/index.md
index 17fdd3a7f..6242b7dba 100644
--- a/documentation/book/the_lux_programming_language/index.md
+++ b/documentation/book/the_lux_programming_language/index.md
@@ -33,6 +33,8 @@
_Where you will learn a new way to organize your data._
* [Chapter 16: Testing](chapter_16.md)
_Where you will learn how to avoid annoying bug reports._
+* [Chapter 17: Cross-platform Lux](chapter_17.md)
+ _Where you will sail to exotic foreign platforms on the S.S. Lux._
* [Conclusion](conclusion.md)
* [Appendix A: Import syntax](appendix_a.md)
* [Appendix B: Math](appendix_b.md)