Operator to allow rotation of the previous diagram step. It is usually
represented in the diagram by two circular arrows indicating how the
rotation should be made. The rotating operator has an only parameter,
the angle of rotation expressed in degrees. The allowed range value is
from -180 to 180. The rotation is made according
to the trigonometric
order (counterclockwise).
This operator should only appear after a step block.
\rotate(45);
\rotate(ROTATION);
ROTATION Description : Indicates the rotation value in degrees. Type : Integer. Allowed values : Any integer value in range [-180, 180].