Please, use the new
Blupi.org
website for downloading freely all games.
English
Français
Deutsch
Introduction
Products
CeeBot-Teen
CeeBot-A
CeeBot3
CeeBot4
Repeat
Back
extern void object::Repeat( )
{
repeat(4)
{
move(40);
turn(90);
fire(1);
turn(180);
}
}