Skip to content

Instantly share code, notes, and snippets.

@cjfields
Created December 8, 2016 15:30
Show Gist options
  • Save cjfields/eb4c65e96442d463eab801feea90423b to your computer and use it in GitHub Desktop.
Save cjfields/eb4c65e96442d463eab801feea90423b to your computer and use it in GitHub Desktop.
[cjfields@cjfields-imac ~]$ perl6
You may want to `panda install Readline` or `panda install Linenoise` or use rlwrap for a line editor
To exit type 'exit' or '^D'
> try '2**10000000000'.EVAL; say $!.^name
X::Numeric::Overflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment