Trial by Zed Lopez

Version 1

Simple means to use a command ('try') to launch tests of code that isn't naturally command-centric. Facilitates testing such code with regtest.

This is just asimple way to facilitate testing code that isn't command-centric, intended for use with regtest (but potentially useful without it). Just set up tests by name like so:

``` Trial "one and one": let i be 1; let x be i + 1; say "[x][line break]"; ```

and a corresponding regtest entry:

``` > try one and one /^2$ ```