diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-24 21:29:00 +0000 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-24 21:29:00 +0000 |
| commit | fbbd0b34314d58cc4d210e5ff07c2726fdadd659 (patch) | |
| tree | 84b4fc5b3dbdcdb688f32c248fcb508253f55fa0 /tests | |
| parent | a4cc3e44e0fcf15159c68f7af45e8decd0c30ba4 (diff) | |
re-open symbols before read, as they may have changed due to shadowing. Example of code this commit fixes:
before:
a←10
{a←⍵ ⋄ a} 20
10
a
10
now:
a←10
{a←⍵ ⋄ a} 20
20
a
10
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions