Sine wave: Difference between revisions

Content added Content deleted
(→‎{{header|Perl 6}}: Add a Perl6 example)
Line 11: Line 11:
=={{header|Perl 6}}==
=={{header|Perl 6}}==
{{works with|Rakudo|2018.04.01}}
{{works with|Rakudo|2018.04.01}}
What a horribly underspecified task. Ah well, give me lots of wiggle room to cheat in various ways.
What a horribly underspecified task. Ah well, gives me lots of wiggle room to cheat in various ways.


<lang perl6>my ($rows,$cols) = qx/stty size/.words;
<lang perl6>my ($rows,$cols) = qx/stty size/.words;