On Tue Apr 21 15:00:15 2009, masak wrote: > <masak> rakudo: say %("foo" ~~ /foo/).exists("foo") > <p6eval> rakudo ad7389: OUTPUT�Method 'exists' not found for invocant > of class 'Hash' [...] > <masak> that one's funny. > * masak submits rakudobug
19:10 < [Coke]> rakudo: say %("foo" ~~ /foo/).exists("foo") 19:10 <+p6eval> rakudo 38907e: OUTPUT«Bool::False» Works, had tests that used a not-yet functional adverbial syntax. rewrote to match sample here. -- Will "Coke" Coleda