Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 17, 2017 15:28
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/e26bd3ba790cc8808d669af6d136ba53 to your computer and use it in GitHub Desktop.
Save Whateverable/e26bd3ba790cc8808d669af6d136ba53 to your computer and use it in GitHub Desktop.
evalable6
say ("foo" ~ "abcde" x 100_000_000).contains: "foo" vs say ("abcde" x 100_000_000 ~ "foo").contains: "foo" I mean
(exit code 1)
===SORRY!=== Error while compiling /tmp/weXibWRGHc
Two terms in a row
at /tmp/weXibWRGHc:1
------> ~ "abcde" x 100_000_000).contains: "foo"⏏ vs say ("abcde" x 100_000_000 ~ "foo").
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment