The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 #!/usr/bin/ruby### https://rosettacode.org/wiki/Program_name#say __MAIN__;if (__MAIN__ != __FILE__) { say "This file has been included!";}
#!/usr/bin/ruby
#
## https://rosettacode.org/wiki/Program_name
say __MAIN__;
if (__MAIN__ != __FILE__) {
say "This file has been included!";
}