summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index f6ea693..b96e793 100644
--- a/apl9.h
+++ b/apl9.h
@@ -200,6 +200,8 @@ Array *fnNest(Array *);
Array *fnIndexGenerator(Array *);
Array *fnRavel(Array *);
Array *fnShape(Array *);
+Array *fnReverseLast(Array *);
+Array *fnReverseFirst(Array *);
/* Dyadic functions from function.c */
Array *fnPlus(Array *, Array *);