summaryrefslogtreecommitdiffstats
path: root/docs/content/3.manual/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/3.manual/manual.yml')
-rw-r--r--docs/content/3.manual/manual.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 0f917426..adeeb7cf 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -1919,6 +1919,14 @@ sections:
This builtin outputs `true` if any value in the source stream
appears in the second stream, otherwise it outputs `false`.
+ - title: "`builtins`"
+ body: |
+
+ Returns a list of all builtin functions in the format `name/arity`.
+ Since functions with the same name but different arities are considered
+ separate functions, `all/0`, `all/1`, and `all/2` would all be present
+ in the list.
+
- title: Conditionals and Comparisons
entries:
- title: "`==`, `!=`"