Nothing fancy like line numbers, but Exception now stores a list of function names up to the current call frame.
You can now throw an expression to the nearest catcher! :^) To support throwing arbitrary values, I added an Exception class that sits as a wrapper around whatever is thrown. In the future it will be a logical place to store a call stack.