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