diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 5 |
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. | |||
88 | Both @nil and @false make a condition false; | 88 | Both @nil and @false make a condition false; |
89 | they are collectively called @def{false values}. | 89 | they are collectively called @def{false values}. |
90 | Any other value makes a condition true. | 90 | Any other value makes a condition true. |
91 | Despite its name, | ||
92 | @false is frequently used as an alternative to @nil, | ||
93 | with the key difference that @false behaves | ||
94 | like a regular value in a table, | ||
95 | while a @nil in a table represents an absent key. | ||
91 | 96 | ||
92 | The type @emph{number} represents both | 97 | The type @emph{number} represents both |
93 | integer numbers and real (floating-point) numbers, | 98 | integer numbers and real (floating-point) numbers, |