Now you can break, continue and return in try statements

This commit is contained in:
2025-05-17 19:26:49 -05:00
parent bb19d2444c
commit 4beb22cef4
5 changed files with 150 additions and 8 deletions

View File

@ -115,8 +115,6 @@ do(conditionLikeIf)
#### Try statement
Note: you can't yield, return, break or continue from inside a try statement (also applys to catch and finally due to these being internally closures)
```js
try {
Console.WriteLine("God is good.");