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.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 7bf9639d..f666ceb1 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -2603,6 +2603,16 @@ sections:
input: '[0,1,2,3,4,5]'
output: ['[1,3,5]']
+ - title: "`isempty(exp)`"
+ body: |
+
+ Returns true if `exp` produces no outputs, false otherwise.
+
+ examples:
+ - program: 'isempty(empty)'
+ input: 'null'
+ output: ['true']
+
- title: "`limit(n; exp)`"
body: |