CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
void square(int whatever, int color=3)
{
line(whatever-1,color); Tracer.right();
}