mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Add another equality operator
This commit is contained in:
parent
1da729b7fd
commit
149469e745
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Type guards support include expressions like:
|
|||
* `if enum:IsA("EnumName") then`
|
||||
* `if type(v) == "string" then`
|
||||
|
||||
This framework is extensible and we have plans for future improvements with `a == b` equality constraints and handling of table field assignments.
|
||||
This framework is extensible and we have plans for future improvements with `a == b`/`a ~= b` equality constraints and handling of table field assignments.
|
||||
|
||||
It is now also possible to get better type information inside `else` blocks of an `if` statement.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue