From 9ce53480b3cc3f85e16fe9cbe4eb3d8df4f6dbdb Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Tue, 22 Feb 2022 11:15:02 +0000 Subject: Also use lexical scoping for operators --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index 2cf0069..d8afcb1 100644 --- a/apl9.h +++ b/apl9.h @@ -133,6 +133,7 @@ struct Operator int code; Rune *dop; }; + DfnFrame *scope; Datum *left; Datum *right; }; -- cgit v1.2.3