Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 22, 2019 16:51
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 Whateverable/71ebdede4260853ccf30fcc1c12238d3 to your computer and use it in GitHub Desktop.
Save Whateverable/71ebdede4260853ccf30fcc1c12238d3 to your computer and use it in GitHub Desktop.
evalable6
say :10(306)
(exit code 1)
This call only converts base-10 strings to numbers; value 306 is of type Int, so cannot be converted!
(If you really wanted to convert 306 to a base-10 string, use 306.base(10) instead.)
in block <unit> at /tmp/SYKfKhCscT line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment