On Mon, 14 Jan 2008, Ed Murphy wrote: > I found some tricks to deal with multiple Boolean flags using > nested if/then's, but I couldn't wrap my head around it all, so I just > made some copies and dealt with them individually.
These actually ended up looking like some fall-through switch statements; I was obscurely happy when implementing Duff's Device (http://www.catb.org/~esr/jargon/html/D/Duffs-device.html) actually proved useful. -Goethe

