> -----Original Message----- > From: Diane Holt [mailto:[EMAIL PROTECTED] > > > --- Adam Murdoch <[EMAIL PROTECTED]> wrote: > > You're not the only one. In myrmidon, we changed if and unless to test > > the property value against true/false/yes/no (with unset still > > evaluating to false). > > And I assume set (to anything) will evaluate to true? >
Here's how the test gets evaluated: property not set => false property set to 'false' => false property set to anything other than 'false' => true Adam -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
