Pentagram: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: Fix link: Perl 6 --> Raku)
m (→‎{{header|zkl}}: Fix link: Perl 6 --> Raku)
Line 1,413: Line 1,413:


=={{header|zkl}}==
=={{header|zkl}}==
{{trans|Perl 6}}
{{trans|Raku}}
Generate an SVG file to STDOUT. Redirect to a file to capture and display it.
Generate an SVG file to STDOUT. Redirect to a file to capture and display it.
<lang zkl>const DIM=200, SIDES=5, A=360/SIDES, R=DIM.toFloat();
<lang zkl>const DIM=200, SIDES=5, A=360/SIDES, R=DIM.toFloat();