Skip to content

Commit

Permalink
[common] =:=
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 18, 2010
1 parent 579b172 commit 98e707b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/NQP/NQPSetting.pm
Expand Up @@ -119,6 +119,10 @@ sub &infix:<ne>($x, $y) {
!nqp::equal_strs($x.Str, $y.Str)
}

sub &infix:<=:=>($x, $y) {
nqp::equal_refs($x, $y)
}

sub &prefix:<!>($x) {
nqp::logical_not_int($x.Bool)
}
Expand Down

0 comments on commit 98e707b

Please sign in to comment.