Search
Description
original report: https://en.smath.info/forum/yaf_postst14915_try-catch-issue.aspx
more test cases attached here
smath (Tuesday, October 30, 2018 5:57 PM) #
eval() function should be used in this case.
Try..catch works in given context, so if calculation is made symbolically and does not raise an error then there is nothing to catch. This can be proved by trying to calculate length(x) with symbolic optimization - no error.
This is by design.