mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update syntax-goto-statement.md
This commit is contained in:
parent
80b5401dbc
commit
c02a8ab351
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ while RunLoop do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
The problems that this solution has are:
|
The problems that this solution has are:<br>
|
||||||
Messy: In a bigger scale this will get messy and confusing.<br>
|
Messy: In a bigger scale this will get messy and confusing.<br>
|
||||||
Uneeded checks: Why to do those checks when we could just jump out directly?
|
Uneeded checks: Why to do those checks when we could just jump out directly?
|
||||||
|
|
||||||
|
@ -112,4 +112,4 @@ while true do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue