aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 606771f4..771bace0 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -88,6 +88,11 @@ The type @emph{boolean} has two values, @false and @true.
88Both @nil and @false make a condition false; 88Both @nil and @false make a condition false;
89they are collectively called @def{false values}. 89they are collectively called @def{false values}.
90Any other value makes a condition true. 90Any other value makes a condition true.
91Despite its name,
92@false is frequently used as an alternative to @nil,
93with the key difference that @false behaves
94like a regular value in a table,
95while a @nil in a table represents an absent key.
91 96
92The type @emph{number} represents both 97The type @emph{number} represents both
93integer numbers and real (floating-point) numbers, 98integer numbers and real (floating-point) numbers,