Hello world/Text: Difference between revisions

m
Test entry for Raku
m (Test entry for Raku)
Line 2,796:
(printf "Hello world!\n")
</lang>
 
=={{header|Raku}}==
<lang raku>say 'Hello world!';</lang>
In an object-oriented approach, the string is treated as an object calling its '''say()''' method:
<lang raku>"Hello, World!".say();</lang>
 
=={{header|Raven}}==
2,392

edits