Removed Array Subscription syntax feature from docs

This commit is contained in:
Kyler 2024-03-05 23:54:33 -07:00
parent e833d2e311
commit cc7a59bad0
1 changed files with 0 additions and 5 deletions

View File

@ -317,11 +317,6 @@ separated list enclosed in parentheses (`(` and `)`) of *function arguments*.
A *function argument* is an `expression` that may optionally be preceded by an
`identifier` which is immediately followed by an equal sign (`=`).
##### Array Subscription
An `array subscription` starts with an `identifier` followed by an `expression`
enclosed in square brackets (`[` and `]`).
##### Enclosed Expression
An `enclosed expression` is simply an `expression` enclosed in parentheses