Skip to content

Instantly share code, notes, and snippets.

@ShimmerFairy
Created July 14, 2010 20:39
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 ShimmerFairy/476031 to your computer and use it in GitHub Desktop.
Save ShimmerFairy/476031 to your computer and use it in GitHub Desktop.
> my $a = 3; my $b := $a; say $a =:= $b
Too many positional parameters passed; got 2 but expected 1
the code:
our multi infix:<=:=>(Mu \$a, Mu \$b) {
pir::issame__IPP($a, $b) ?? True !! False;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment