Draw a sphere: Difference between revisions

m
m (→‎{{header|BASIC256}}: About output)
m (→‎{{header|BASIC256}}: About output)
Line 243:
 
==={{header|BASIC256}}===
This is modeled after the [http://rosettacode.org/wiki/Draw_a_sphere#Tcl Tcl] implementation. Thus, the output of this is almost the same to the output of Tcl shownimplementation below.
<lang basic256>clg
color white
535

edits