Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2010 22:27
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 anonymous/583284 to your computer and use it in GitHub Desktop.
Save anonymous/583284 to your computer and use it in GitHub Desktop.
pmichaud@orange:~/rakudo$ cat d
my $testßxxxxx = 2;
# 恆等
pmichaud@orange:~/rakudo$ ./perl6 d
pmichaud@orange:~/rakudo$ cat e
my $testßx = 2;
# 恆等
pmichaud@orange:~/rakudo$ ./perl6 e
===SORRY!===
Symbol '$testßx' not predeclared in <anonymous> (e:1)
pmichaud@orange:~/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment