Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 7, 2019 21:47
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/0fc7db05e783dd1f0eca238e8a91d5a7 to your computer and use it in GitHub Desktop.
Save Whateverable/0fc7db05e783dd1f0eca238e8a91d5a7 to your computer and use it in GitHub Desktop.
evalable6
[(1, 2, 3), (9, 8, 7), ("hi", 4, 3)].deepmap({ +$_; CATCH { .say } });
(exit code 1)
WARNINGS for /tmp/qk9ETiaMMd:
Cannot convert string to number: base-10 number must begin with valid digits or '.' in '⏏hi' (indicated by ⏏)
in block <unit> at /tmp/qk9ETiaMMd line 1
Useless use of "+" in expression "+$_" in sink context (line 1)
Cannot convert string to number: base-10 number must begin with valid digits or '.' in '⏏hi' (indicated by ⏏)
in block <unit> at /tmp/qk9ETiaMMd line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment