summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpkoppstein <pkoppstein@gmail.com>2017-02-26 02:35:49 -0500
committerNicolas Williams <nico@cryptonector.com>2017-04-15 16:45:00 -0500
commit4b4cf789e00f1139940f5f7cd2f2ddafaff3d89e (patch)
treed24f6888b19a8eda7efcc510bd7eef4c61be2a3d /docs
parent76b1fc18f1d6cd574aa142f92a9a2ee6f7b6d1c6 (diff)
def isempty(g) # Testing 'isempty(empty)' at line number 1364
Diffstat (limited to 'docs')
-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: |