syntax block test from Arg(1{l}, a) "#" Arg(1{d}, b) { let $a = $b; if $a < 5 { $a = 5; \} } test#30 if test != 30 { panic("This should not happen"); } again#3 if again != 5 { panic("This should not happen"); }