Skip to content

Commit

Permalink
Add undefine
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jan 13, 2012
1 parent 3798d2c commit 15fb3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CORE.setting
Original file line number Diff line number Diff line change
Expand Up @@ -2479,6 +2479,7 @@ our sub Niecza::series-listop(Parcel $lists, $exclude-limit) {
@l
}
sub undefine(Mu \$x) { $x = Any }
sub infix:<%%> is Niecza::absprec<u=> is pure ($x,$y) { $x % $y == 0 }
sub infix:<?&> is Niecza::absprec<u=> is pure ($a, $b) { ?($a && $b) }
sub infix:<?|> ($a, $b) is pure { ?($a || $b) }
Expand Down

0 comments on commit 15fb3de

Please sign in to comment.