diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-12 19:12:16 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-12 19:12:16 +0000 |
commit | fe3ef88c4147c4188066873e570f56212ffeebfd (patch) | |
tree | be3a027f77f227f289cc86e4ad2098fd78acb27c /apl9.h | |
parent | 4f57c9aa1f319f093512d81c80ae6fe373e2bc4a (diff) |
Don't print variables that have just been assigned. They are shy
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ struct Function struct Datum { datumTag tag; + int shy; union { Array *array; Statement stmt; |