From a3ebefe7fbcb375c77c3b4ccb6064dabb45d8911 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 28 Jan 2022 14:15:17 +0000 Subject: =?UTF-8?q?Add=20strand=20assignment=20(a=20(b=20c)=20d)=E2=86=901?= =?UTF-8?q?=20(2=203)=204?= 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 3181fcb..1502412 100644 --- a/apl9.h +++ b/apl9.h @@ -149,6 +149,7 @@ struct Datum Operator operator; int hybrid; Rune *name; + Statement names; }; }; -- cgit v1.2.3