Xiaolin Wu's line algorithm: Difference between revisions

Content added Content deleted
m (Use 'for' instead of 'mapc')
m (Fixed markup)
Line 175: Line 175:
(prinl 120 " " 90)
(prinl 120 " " 90)
(prinl 100)
(prinl 100)
(for Y Img (apply printsp Y)) ) )
(for Y Img (apply printsp Y)) ) )</lang>


=={{header|Ruby}}==
=={{header|Ruby}}==