Martin Husemann <mar...@duskware.de> writes: > On Sun, Mar 29, 2009 at 02:59:59PM +0000, Christos Zoulas wrote: >> Or add some syntax to the file for optional assignments, like: >> >> ddb.onpanic?=1 >> or >> ddb.onpanic?ddb.onpanic=1 > > I like those two variants (not sure which one better).
The second reminds me too much of the C ternary operator. The first seems better for that reason. Perry