Accueil CeeBot Blupi BuzzingCars CoLoBoT
English
Français
 
 
 
 
 
Introduction
Products
CeeBot-Teen
CeeBot-A
Circle Back
extern void object::Circle( )
{
  pendown(Red);  // use a red pen

  repeat ( 36 )  // repeat 36x
  {
    move(2);   // move forwards 2 meters
    turn(10);  // turn left 10 degrees
  }
}