in Array: Difference between revisions
Categories:
No edit summary |
m (x in Array moved to in Array) |
(No difference)
|
No edit summary |
m (x in Array moved to in Array) |
(No difference)
|
back to COMREF
Operand types:
x: Any Value
array: Array
Type of returned value:
Description:
Check if x is equal to any element of array.
Example:
_it = 1 in [0, 1, 2] ...... Result is true