5 ms·Here's the Perl 6 solution: multi infix:<+>(2, 2) { 5 } say 2 + 2; # 5by masak 12y agoHere's the Perl 6 solution: multi infix:<+>(2, 2) { 5 } say 2 + 2; # 5