English
Français
Introduction
Products
CeeBot-Teen
CeeBot-A
Square
Back
extern void object::Square( )
{
pendown(Orange);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
}