protocol: function parameters: int x int y int r int colour result: none description: Draw a circle with centre at x,y and radius r using specified colour example: draw_circle( x, y, r, colour )
protocol:
parameters:
int x int y int r int colour
result:
description:
Draw a circle with centre at x,y and radius r using specified colour
example: