Forum OpenACS Development: Re: Language lawyering

Collapse
3: Re: Language lawyering (response to 1)
Posted by Andrew Piskorski on
It's still probably bad style to depend on the implicit expr in the if statement to do your multiplication. I would have written it "if { $n_seconds == [expr {24 * 60 * 60}] }".