Sha256: 2560949efb4716f340af86db2ab94ac11cca4fd05a94fc6c33b3b1e98a5d02d9
Contents?: true
Size: 228 Bytes
Versions: 10
Compression:
Stored size: 228 Bytes
Contents
(formerly Perl 6) <syntaxhighlight lang="raku" line>say 'Hello world!'; In an object-oriented approach, the string is treated as an object calling its '''say()''' method: <syntaxhighlight lang="raku" line>"Hello, World!".say();
Version data entries
10 entries across 7 versions & 1 rubygems