===== Circle (Statement) ===== ==== Format ==== **circle** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[numericexpressions|radius_expression]]\\ **circle** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[numericexpressions|radius_expression]] ) ==== Description ==== Draws a circle centered at x,y with a radius r using the current pen and brush colors. ==== Example ==== clg color red circle 75,75,50 penwidth 5 color orange, yellow circle 150,150,75 penwidth 10 color blue, clear circle 225,225,50 draws\\ {{:circle.png|Circle}} ==== See Also ==== {{page>en:start#Graphics - Drawing&noheader}}