RotateArrayλ() rotates an array clockwise or counter clockwise.
RotateArrayλ( Array, [Direction])
Array
(Required) Array to flip.
Clockwise?
(Optional) TRUE=Rotate clockwise. FALSE=Counter clockwise. Default=TRUE.
Below we see how the optional argument controls the rotation direction.