Executable library: Difference between revisions

m
→‎{{header|Raku}}: Fix code and comments: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix code and comments: Perl 6 --> Raku)
Line 1,720:
 
It can be run with:
<lang shell>$ perl6raku Hailstone.pmrakumod</lang>
{{out}}
<pre>hailstone(27) = 27 82 41 124 [...] 8 4 2 1</pre>
Line 1,731:
 
Called with a command line as:
<pre>$ PERL6LIBRAKULIB=. perl6raku test-hailstone.p6raku</pre>
 
The environment variable PERL6LIBRAKULIB might be necessary if the file Hailstone.pmrakumod is not in the standard library path for Perl 6Raku.
 
=={{header|REXX}}==
2,392

edits