Circles of given radius through two points: Difference between revisions

m
→‎{{header|REXX}}: removed a blank line. -- ~~~~
(→‎{{header|REXX}}: moved "pre" statement. -- ~~~~)
m (→‎{{header|REXX}}: removed a blank line. -- ~~~~)
Line 221:
say ' x1 y1 x2 y2 radius cir1x cir1y cir2x cir2y'
say ' ──────── ──────── ──────── ──────── ────── ──────── ──────── ──────── ────────'
 
do j=1 while @.j\=='' /*process all given points&radius*/
do k=1 for 4; w.k=f(word(@.j,k)); end /*k*/ /*format num.*/