Skip to content

Instantly share code, notes, and snippets.

@nordicdyno
Created May 13, 2011 11:02
Show Gist options
  • Save nordicdyno/970349 to your computer and use it in GitHub Desktop.
Save nordicdyno/970349 to your computer and use it in GitHub Desktop.
perl6 unicode working example
"simple script ✎ :".say;
my $привет = "hi!";
"☺ Peace Nigga!".say;
сказать $привет, " ☻ ";
sub сказать(*@слова) {
@слова.say;
}
#vim: perl6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment