Xiaolin Wu's line algorithm: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
Rename Perl 6 -> Raku, alphabetize, minor clean-up
SqrtNegInf (talk | contribs)
m →‎{{header|Perl}}: Fix comment: Perl 6 --> Raku
Line 2,205:
 
=={{header|Perl}}==
This is mostly a translation of the pseudo-code on Wikipedia, except that the <code>$plot</code> trick was inspired by the perl6 RosettaCodeRaku example.
<lang perl>#!perl
use strict;