0. Array Logic
Index
<<
>>
Boolean functions have value
0
and
1
rather than
true
and
false
.
Functions apply to entire arrays, as in, for example,
+/x>100
to compute the number of elements of vector
x
greater than
100
.
A simple function precedence (“right to left”).