@print: {[x] printf["%a\n", x]} @Box: {[value] @test = 7 #[{value}, {[new] printf["test: %a\n", test] value = new}] } @x = Box[-7] print[x[0][]] x[1]['awesome] print[x[0][]]