I think it's not uncommon to want things created in @aside blocks to be visible in the outer scope of a @chain block.
If we make the default "block" for @chain to be just a begin ... end block without introducing a new scope, the user can make the same behavior with
This is something I considered in AddToField.jl and settled on begin ... end.