Subject: | Fix up TB->_try and make public. |
TB->_try would be useful for other test module authors. It would also
reduce the coupling between TB and TM. Fix it up and make it public.
The main outstanding issue is how to deal with list vs array context for
the code return values.