Skip to content

Commit

Permalink
Add WHAT(...) - wants to be a macro in the future, when we support them.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 6, 2010
1 parent 273ce82 commit 3c1bb0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/operators.pm
Expand Up @@ -132,3 +132,8 @@ our multi infix:<~>($a, $b) {
pir::assign__vPS($result, pir::concat__SSS(~$a, ~$b));
$result
}

# XXX Wants to be a macro when we have them.
our sub WHAT(\$x) {
$x.WHAT
}

0 comments on commit 3c1bb0a

Please sign in to comment.