What Should "New Refinements" (e.g. :FOO) Evaluate To?

So I was considering that :foo could be a shorthand for try foo

:foo.bar would thus similarly be a way of asking for FOO.BAR and if it wasn't there, giving you back NULL.

Well it's an idea. I'm not going to run out and implement it immediately--many other things to look at.