Update syntax-element-access-function-names.md

This commit is contained in:
Gael 2023-07-04 22:32:42 +01:00 committed by GitHub
parent 152a857e96
commit 2f7e937ee5
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>]()`