logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
Language lawyering
: One Message
Begin main content
Forum OpenACS Development: Re: Language lawyering
Search:
Back to OpenACS Development
3
:
Re: Language lawyering
(response to
1
)
Posted by
Andrew Piskorski
on
05/29/03 02:02 AM
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}] }
".
Back to OpenACS Development