and now for something quite different - a circle

Click here to reveal my answer.

function test() {
  polygon(360,1);
}

and what about this?

Click here to reveal my answer.

function test() {
  polygon(360,5);
}