Operators

|or ||exclusive or
&and ~not
=equal to ~=not equal to
>greater than <less than
>=greater than or equal to           <=less than or equal to

Boolean operators

( )parenthesis ^exponentiation
*multiplication /division
+addition -subtraction
>< outer product <> inner product
<− matrix transpose >− matrix reflect
/| vector union /& vector intersection
// append vectors or strings        

Other operators

Boolean operators
matrix transpose
matrix reflect
vector union
vector intersection
append vectors or strings
outer product
inner product