Removed Array Subscription syntax feature from docs
This commit is contained in:
parent
e833d2e311
commit
cc7a59bad0
|
@ -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
|
A *function argument* is an `expression` that may optionally be preceded by an
|
||||||
`identifier` which is immediately followed by an equal sign (`=`).
|
`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
|
##### Enclosed Expression
|
||||||
|
|
||||||
An `enclosed expression` is simply an `expression` enclosed in parentheses
|
An `enclosed expression` is simply an `expression` enclosed in parentheses
|
||||||
|
|
Loading…
Reference in New Issue