| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||