| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix examples to include return type on main function | Mustafa Quraish | 2022-02-02 | 1 | -1/+1 |
| | | | | | With the fancy new type checking these are now required. | ||||
| * | Add basic `defer` implementation. | Mustafa Quraish | 2022-02-01 | 1 | -0/+13 |
| We don't have any closures yet, so it's essentially the same as just moving the statement after the `defer` keyword to the end of the block/ right before returning from the function. | |||||