summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-28 14:15:17 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-28 14:15:17 +0000
commita3ebefe7fbcb375c77c3b4ccb6064dabb45d8911 (patch)
treeb22eeda4e48e10f0a0c35e0140b58562a5a92e26 /apl9.h
parent17e97bbed7abc59fb754cf463e825e890b16815d (diff)
Add strand assignment (a (b c) d)←1 (2 3) 4
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
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;
};
};