Français
English
Introduction
Produits
CeeBot-Teen
CeeBot-A
Carré
Retour
extern void object::Carré( )
{
pendown(Orange);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
}