# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77604]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77604 >
<masak> rakudo: say ?( any(Bool::True, Bool::False) )
<p6eval> rakudo 2ac5fe: OUTPUT«1»
<masak> rakudo: say so any(Bool::True, Bool::False)
<p6eval> rakudo 2ac5fe: OUTPUT«any(Bool::True, Bool::False)»
* masak submits rakudobug
One would think that 'so' is implemented as an identity operation.
our multi prefix:<so>($x) { ?$x }
Hm, guess not. Well, that only makes the bug even stranger.