Hi.
Function-try is nice for catching all sorts of errors, however, while experimenting
I found that it does *not* catch interpreter errors:
{"bl".interpret}.try(_.errorString);
Is there a way to catch errors like "ERROR: Variable 'bl' not defined."?
--
CYa,
Mario