Accueil CeeBot Blupi BuzzingCars CoLoBoT
English
Français
 
 
 
 
 
Introduction
Products
CeeBot-Teen
CeeBot-A
Variables Back
extern void object::Home( )
{
  int length = 20;

  pendown(Orange);
  move(length);
  turn(45);
  move(length);
  turn(90);
  move(length);
  turn(45);
  move(length);
}