mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update syntax-element-access-function-names.md
This commit is contained in:
parent
152a857e96
commit
2f7e937ee5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
Add syntax for creating functions with element access function names similarly to member and method function names.
|
Add syntax for creating functions with element access function names similarly to member and method function names. The ability to chain [<expr>] is allowed as well.
|
||||||
|
|
||||||
`function <ident>[<expr>]()`
|
`function <ident>[<expr>]()`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue