Listing 4. Draw two concentric red circles.
//Inscribe a large red circle in the window. circle(screen,200,200,200,makecol(255,0,0)); //Draw another red circle inside of that one. circle(screen,200,200,190,makecol(255,0,0));