diff options
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}] } |