mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 19:11:00 +01:00
Update docs/syntax-if-statements-initializers.md
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
32fd23e416
commit
08ce8e240a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ end
|
|||
|
||||
`Output: true`
|
||||
|
||||
When declaring multiple values inside of a condition, all of the variables will be evaluated.
|
||||
When declaring multiple values inside of a condition, all of the variables will be tested for truthiness.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue