Draw a sphere: Difference between revisions

m
→‎{{header|REXX}}: added whitespace to the REXX section header. -- ~~~~
(Add Racket entry)
m (→‎{{header|REXX}}: added whitespace to the REXX section header. -- ~~~~)
Line 2,632:
 
=={{header|REXX}}==
This program is modeled after the "  '''C"'''   version.
<br>The REXX language doesn't have a &nbsp; '''SQRT''' &nbsp; function, so a version is included here.
<br>Same with CEILingthe &nbsp; '''CEIL'''ing &nbsp; and &nbsp; '''FLOOR''' &nbsp; functions.
<lang rexx>/*REXX program to express a lighted sphere with simple chars for shading*/
call drawSphere 19, 4, 2/10