Accueil CeeBot Blupi BuzzingCars CoLoBoT
Français
English
 
 
 
 
 
Introduction
Produits
CeeBot-Teen
CeeBot-A
Variable Retour
extern void object::Maison( )
{
  int longueur = 20;

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