description=Advanced Box usage: nested boxes, with functions, refcounting
type=repl» Box.unbox(Box.unbox(Box.box(Box.box(42))))
» (|x| x * 2)(Box.unbox(Box.box(21)))
» Str.concat(Box.unbox(Box.box("shared")), Box.unbox(Box.box("shared")))"sharedshared"
NIL