summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-22 00:29:08 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-22 00:29:08 +0000
commit9dad240ddfbe770ddfc8e1556d77328696a6734c (patch)
treeab29d1f9ce81333716a782c500ce76b104ff96fb /apl9.h
parent0df1eeecacb4f4e0c32e8d86320fca1efdc4bdda (diff)
Implement atop, but not rank 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 2b61a3d..d4e054d 100644
--- a/apl9.h
+++ b/apl9.h
@@ -269,6 +269,7 @@ Array *opSwitch(Datum *, Array *, Array *);
/* Dyadic operators from operators.c */
Array *opBind(Datum *, Datum *, Array *, Array *);
+Array *opAtop(Datum *, Datum *, Array *, Array *);
Array *opOver(Datum *, Datum *, Array *, Array *);
/* Dyadic functions from hybrids.c */