Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 12, 2016 19:10
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/dd1937340dd2da06bd3d5aa4b5766ebf to your computer and use it in GitHub Desktop.
Save Whateverable/dd1937340dd2da06bd3d5aa4b5766ebf to your computer and use it in GitHub Desktop.
committable6
2015.07,2015.12 @a = <a b c d e>; say @a[*-5..*]:exists
¦«2015.07»: ===SORRY!=== Error while compiling /tmp/AKhQMJX46j
Variable '@a' is not declared
at /tmp/AKhQMJX46j:1
------> <BOL>⏏@a = <a b c d e>; say @a[*-5..*]:exists «exit code = 1»
¦«2015.12»: ===SORRY!=== Error while compiling /tmp/AKhQMJX46j
Variable '@a' is not declared
at /tmp/AKhQMJX46j:1
------> <BOL><HERE>@a = <a b c d e>; say @a[*-5..*]:exists «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment