diff options
| author | 2022-10-09 13:16:56 +0200 | |
|---|---|---|
| committer | 2022-10-09 13:16:56 +0200 | |
| commit | 25cb8be7614ce4e21a1a3a4673abb51cf8dbf823 (patch) | |
| tree | cbc57c611d9db976d27b2f5d91ffba966f174b5f /test.pez | |
| parent | a8874ced3f222cc5f4ed963a09c3491ac36610a6 (diff) | |
no need to explicitely close vars in top scope
Diffstat (limited to 'test.pez')
| -rw-r--r-- | test.pez | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ @print: {[x] printf["%a\n", x]} @Box: {[value] + @test = 7 #[{value}, - {[new] value = new}] + {[new] printf["test: %a\n", test] value = new}] } |