lix/tests/lang/eval-okay-tryeval.exp
Eelco Dolstra 81a4b4e49b * Implemented tryEval, the last missing primop in the fast-eval
branch.  Also added a test for tryEval.
2010-05-12 11:23:44 +00:00

1 line
124 B
Text

{ x = { value = "x"; success = true; }; y = { value = false; success = false; }; z = { value = false; success = false; }; }