05.04.2013, 21:35
Major update. I rewrote the include twice.
It now supports return statements, nested try/catch statements (not in the same function), and finally.
If you return something in try or catch, it will execute finally then return the original value. Unless, of course, if you return something different in finally.
It's almost ready for production use - I still have some minor things to add, and lots of testing to do.
It now supports return statements, nested try/catch statements (not in the same function), and finally.
If you return something in try or catch, it will execute finally then return the original value. Unless, of course, if you return something different in finally.
It's almost ready for production use - I still have some minor things to add, and lots of testing to do.