RosettaCodeData/Task/Bitmap-Midpoint-circle-algorithm/Fortran/bitmap-midpoint-circle-algorithm-1.f
Ingy döt Net 518da4a923 B
2013-04-10 16:19:29 -07:00

5 lines
123 B
Forth

interface draw_circle
module procedure draw_circle_sc, draw_circle_rgb
end interface
private :: plot, draw_circle_toch