summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
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 */