top | item 7829458

(no title)

masak | 11 years ago

Here's the Perl 6 solution:

  multi infix:<+>(2, 2) { 5 }
  say 2 + 2;  # 5

discuss

order

No comments yet.