### Error Handling Functions #### try Accepts two arguments. If the first argument is not an error value, then return it, or else return the second argument. #### error Construct an error value with the provided message. #### iserror Check if a value is an error value..