summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-26 10:08:28 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-26 10:08:28 +0000
commita328d13015fc4cbe34d99ddcfd36754e860dac00 (patch)
treedfeb160260c20de742c9a3f3f8ee488016ce3050 /apl9.h
parent794e0d2b6a7c8b15a302b0bb26c9d0d342d38a61 (diff)
Implement a variant of execute ⍎. Mine doesn't print the result of statements that aren't the result or are assigned.
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index c56f356..4da1606 100644
--- a/apl9.h
+++ b/apl9.h
@@ -310,6 +310,7 @@ Array *fnShape(Array *);
Array *fnReverseLast(Array *);
Array *fnReverseFirst(Array *);
Array *fnTranspose(Array *);
+Array *fnExecute(Array *);
Array *fnSelfReference1(Array *);
/* Dyadic functions from function.c */