aboutsummaryrefslogtreecommitdiff
path: root/doc/std.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/std.md')
-rw-r--r--doc/std.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/std.md b/doc/std.md
index 1ebd6db..debf460 100644
--- a/doc/std.md
+++ b/doc/std.md
@@ -1,5 +1,9 @@
# Standard library
+## The `:nil` module
+
+- `:nil:nil`: The nil constant
+
## The `:bool` module
- `:bool:if`: Requires exactly 3 arguments of arbitrary type. If $0 is a truthy value, evaluate and return $1. If $0 is a falsy value, evaluate and return $2. Values considered as falsy are: `:bool:false` and `:nil:nil`. Everything else is considered truey.