Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created June 19, 2014 12:03
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 peschwa/acbe01ccc45d80c2c5d1 to your computer and use it in GitHub Desktop.
Save peschwa/acbe01ccc45d80c2c5d1 to your computer and use it in GitHub Desktop.
$ perl6
> my int $x = 0;
0
> my int32 $x = 0;
0
> exit
Unhandled lexical type in lexprimspec for '$x'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment