Accueil CeeBot Blupi BuzzingCars CoLoBoT
English
Français
 
 
 
 
 
Introduction
Products
CeeBot-Teen
CeeBot-A
Repeat Back
extern void object::Repeat( )
{
  repeat(4)
  {
    move(40);
    turn(90);
    fire(1);
    turn(180);
  }
}