Cscript implements the C++ try...catch functionality to simplify
writing large blocks of code. In traditional C coding, each function
call must be tested for success or failure and some bugs (for example,
runtime errors) cannot be handled at all. CScript allows code to be
wrapped in a try/catch block to handle fatal errors gracefully: