Skip to content

Instantly share code, notes, and snippets.

@perl6
Created June 2, 2009 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perl6/122311 to your computer and use it in GitHub Desktop.
Save perl6/122311 to your computer and use it in GitHub Desktop.
pmichaud@orange:~/rakudo$ cat z
my $a = "你好";
Q:PIR {
$P0 = find_lex '$a'
$S0 = $P0
$I0 = bytelength $S0
say $I0
};
pmichaud@orange:~/rakudo$ ./perl6 z
6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment