Modulinos: Difference between revisions

m
→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku
m (→‎{{header|Phix}}: made clearer)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 1,401:
=={{header|Raku}}==
(formerly Perl 6)
Perl 6Rake automatically calls MAIN on direct invocation, but this may be a multi dispatch, so a library may have multiple "scripted mains".
<lang perl6>class LUE {
has $.answer = 42;
2,392

edits