Please, use the new
Blupi.org
website for downloading freely all games.
Français
English
Deutsch
Introduction
Produits
CeeBot-Teen
CeeBot-A
CeeBot-3
CeeBot-4
Répétition
Retour
extern void object::Répète( )
{
repeat(4)
{
move(40);
turn(90);
fire(1);
turn(180);
}
}