From 25cb8be7614ce4e21a1a3a4673abb51cf8dbf823 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 9 Oct 2022 13:16:56 +0200 Subject: no need to explicitely close vars in top scope --- test.pez | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.pez') 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}] } -- cgit v1.2.3