Modulinos: Difference between revisions

No change in size ,  4 years ago
m
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 1,401:
=={{header|Raku}}==
(formerly Perl 6)
RakeRaku 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;
7,794

edits