From 7249707e7c09be68dfb7507ba363efd3300a0141 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 16 Jun 2022 21:37:38 -0400 Subject: De-sigil-ification: suffix : [Part 14] --- documentation/book/the_lux_programming_language/chapter_10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/book/the_lux_programming_language/chapter_10.md') diff --git a/documentation/book/the_lux_programming_language/chapter_10.md b/documentation/book/the_lux_programming_language/chapter_10.md index 6c86c9671..73fe729ea 100644 --- a/documentation/book/the_lux_programming_language/chapter_10.md +++ b/documentation/book/the_lux_programming_language/chapter_10.md @@ -36,7 +36,7 @@ Macros allow you to implement your own features in the language and to have them I mean, beyond the native syntax for writing numbers, text, variants, tuples and records, every single thing you have written so far has been macros. -`.using` import statements? _Yep, macros_. +`.require` import statements? _Yep, macros_. Definition statements? _Yep, macros_. -- cgit v1.2.3