summaryrefslogtreecommitdiff
path: root/test.pez
diff options
context:
space:
mode:
Diffstat (limited to 'test.pez')
-rw-r--r--test.pez3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.pez b/test.pez
index 2802fa9..1dbdfc6 100644
--- a/test.pez
+++ b/test.pez
@@ -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}]
}