From 9dad240ddfbe770ddfc8e1556d77328696a6734c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 22 Jan 2022 00:29:08 +0000 Subject: =?UTF-8?q?Implement=20atop,=20but=20not=20rank=20yet=20(=E2=8D=A4?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') 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 */ -- cgit v1.2.3