@print: {[x] printf["%a\n", x]} @Box: {[value] @it = 0 ( @test = 7 @h2 = 100 it = #[{value}, {[new] printf["test: %a\n", test] value = new}] ) ( @hmm = 999 ) it } @x = Box[-7] print[x[0][]] x[1]['awesome] print[x[0][]]