mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Add note from STATUS to RFC page
This commit is contained in:
parent
1217a956d5
commit
0a9f872572
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# Safe navigation postfix operator (?)
|
||||
|
||||
**Note**: We have unresolved issues with interaction between this feature and Roblox instance hierarchy. This may affect the viability of this proposal.
|
||||
|
||||
## Summary
|
||||
|
||||
Introduce syntax to navigate through `nil` values, or short-circuit with `nil` if it was encountered.
|
||||
|
|
Loading…
Add table
Reference in a new issue