Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created July 10, 2015 00:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save peschwa/11b1f3fd9921b4b7700a to your computer and use it in GitHub Desktop.
psch@hack:~/rakudo/rakudo/install/bin$ echo -e 'my \\a = any set <1 2 3>; \n say 1 ~~ a' | ./perl6-j
> any(set(1, 2, 3))
> False
True
> psch@hack:~/rakudo/rakudo/install/bin$ echo -e 'my \\a = any set <1 2 3>; \n say 1 ~~ a' | ./perl6-j -
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment