From 3ccc3ac8b0cc090f5315b23effd4ce6c8cad783d Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 29 Jan 2022 23:50:30 +0000 Subject: =?UTF-8?q?Add=20monadic=20format=20=E2=8D=95.=20It=20doesn't=20wo?= =?UTF-8?q?rk=20for=20nested=20arrays=20yet.?= 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 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 */ -- cgit v1.2.3