]> git.lizzy.rs Git - uwu-lang.git/blobdiff - doc/std.md
Add :nil:nil
[uwu-lang.git] / doc / std.md
index 1ebd6db85f1b07a223f91e06768413fa35663f2f..debf46055e83d72d9b14cc7280c08f6d3d83f433 100644 (file)
@@ -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.