Page 53 - ConceptGP_C2_Fb
P. 53
RIGHT COMMAND
Right command turns the head of the
turtle towards the right side, i.e., in the
clockwise direction. Though the turtle
rotates, it stays at the same position.
The short form of Right command is RT.
The command will be given as:
RT <space> (number of turns)
<Enter>
For example, to turn the turtle by 90
turns toward right side, you will type the
command as:
RT 90 <Enter>
It will turn the face of turtle in right direction by 90 turns.
LEFT COMMAND
Left command turns the head of the turtle towards the left side, i.e., in the
anti-clockwise direction. Though the turtle rotates, it stays at the same position.
The short form of Left command is LT.
Logo Commands 51

