summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-29 23:50:30 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-29 23:50:30 +0000
commit3ccc3ac8b0cc090f5315b23effd4ce6c8cad783d (patch)
tree3dbf07ea2f6897e80fce694d3e35600be5bf2bfa /apl9.h
parent6b775194811823b84e2694c20c036506d5855215 (diff)
Add monadic format ⍕. It doesn't work for nested arrays yet.
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 cf2c352..ace4722 100644
--- a/apl9.h
+++ b/apl9.h
@@ -318,6 +318,7 @@ Array *fnReverseLast(Array *);
Array *fnReverseFirst(Array *);
Array *fnTranspose(Array *);
Array *fnExecute(Array *);
+Array *fnFormat(Array *);
Array *fnSelfReference1(Array *);
/* Dyadic functions from function.c */