well it seems it should work, so I went to my code to see how I implemented it, I ended up using a case command with the last expression as 1==1.
eval a=case(match(b, "kittens"), "bar", 1==1,a)
It seems that I had the same issue also, and this was how I was able to get it to work.
... View more