On Aug 21, 2007, at 18:05, Mark Hamburg wrote:
What I'd like to see is support for something like: t.foo?.baz
What about:
print( t.foo.baz ) > nil