Français
English
Introduction
Produits
CeeBot-Teen
CeeBot-A
Chemin
Retour
extern void object::Chemin( )
{
turn(45);
move(40);
turn(90);
move(80);
}