Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 9, 2019 18:23
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/5f7896da3fe0bfae268ca9e4f5298463 to your computer and use it in GitHub Desktop.
Save Whateverable/5f7896da3fe0bfae268ca9e4f5298463 to your computer and use it in GitHub Desktop.
evalable6
use MONKEY; dd EVAL sprintf("%#o",65)
Potential difficulties:
Leading 0 has no meaning. If you meant to create an octal number, use '0o' prefix; like, '0o101'. If you meant to create a string, please add quotation marks.
at /home/bisectable/git/whateverable/EVAL_0:1
------> 0101⏏<EOL>
101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment