On Thu, Jul 29, 2010 at 3:24 AM, Darren Duncan <dar...@darrenduncan.net> wrote:
> Some possible examples of customization:
>
>  $foo ~~ $a..$b :QuuxNationality  # just affects this one test

I like that

>  $bar = 'hello' :QuuxNationality  # applies anywhere the Str value is used
>

What if you compare a QuuxNationality Str with a FooNationality Str?
That should blow up. Also it can lead to action at a distance. I don't
think that's the way to go.

Leon

Reply via email to