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