Hey, what about (%var = Blah || Doh || string) instead of making a large (%var = Blah) || (%var = Doh) || (%var = string)
?