Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created September 19, 2012 16:39
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 pmichaud/3750669 to your computer and use it in GitHub Desktop.
Save pmichaud/3750669 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:~/p6/nqp$ cat z.pir
.sub 'main' :main
concat $S1, unicode:"\x{a2}", unicode:"\x{a2}"
say $S1
.end
pmichaud@kiwi:~/p6/nqp$ install/bin/parrot z.pir
Invalid character in ASCII string
pmichaud@kiwi:~/p6/nqp$ install/bin/parrot --version
This is Parrot version 4.8.0-devel built for amd64-linux
Copyright (C) 2001-2012, Parrot Foundation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment