Array Operators
Here is a list of all array operators available to use in simple expressions.
| Array Operator | Description |
|---|---|
|
[ ] |
Access a particular element in the array. |
|
== |
Equals |
|
!= |
Not Equals |
|
length |
Returns the number of elements contained within the array. |