Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameter constraints: * Can now be used with catch arguments. * Can now be passed additional arguments. * Can call functions as constraints outside of arguments. Closures: * New implementation of closures for capturing scope. Error system: * New `nonEnum` exception. * Error messages now state the keyword that can be used to catch the exception. * Fixes an issue with line numbering. Built-ins: * New built-ins: * Variable: `_it` which contains value of last expression. * Variable: `as_class`, a boolean that is true if the current call context is a constraint. Operators: * New exponentiation operator.
- Loading branch information