Total circles area: Difference between revisions

m
→‎optimized: changed arrow glyph (in a comment).
m (→‎{{header|REXX}}: added/changed comments and whitespace, changed indentations, used multiple points per line.)
m (→‎optimized: changed arrow glyph (in a comment).)
Line 2,346:
 
do m=1 for circles /*sort the circles by their radii.*/
do n=m+1 to circles /* [] sort by descending radii.*/
if @r.n>@r.m then parse value @x.n @y.n @r.n @x.m @y.m @r.m with,
@x.m @y.m @r.m @x.n @y.n @r.n