Skip to content

Instantly share code, notes, and snippets.

@jeffs
Created January 14, 2021 15:17
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 jeffs/d967972c8e7541e9a387de523a9beb47 to your computer and use it in GitHub Desktop.
Save jeffs/d967972c8e7541e9a387de523a9beb47 to your computer and use it in GitHub Desktop.
$ perl -le 'print "42" + 1'
43
$ node -p '"42" + 1'
421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment