From 12e1d1fe6464964b2bee1b83b8524445fc2bbe2c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 21 Jan 2022 22:37:18 +0000 Subject: =?UTF-8?q?Implement=20scans=20=E2=8D=80=20and=20\?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apl9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index 6e6574e..92a5127 100644 --- a/apl9.h +++ b/apl9.h @@ -274,7 +274,9 @@ Array *opOver(Datum *, Datum *, Array *, Array *); /* Monadic operators from hybrids.c */ Array *opReduceLast(Datum *, Array *, Array *); +Array *opScanLast(Datum *, Array *, Array *); Array *opReduceFirst(Datum *, Array *, Array *); +Array *opScanFirst(Datum *, Array *, Array *); /* Global variables */ extern int traceeval; /* eval.c */ -- cgit v1.2.3