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
2
:
Re: Language lawyering
(response to
1
)
Posted by
Jeff Davis
on
05/28/03 11:05 PM
It does an expr on the if statement (well, maybe there are some subtleties but that is more or less true).
$ tclsh % if { 4 == 2 * 2} { puts true} true % if { 4 / 0 } { puts true } divide by zero
Back to OpenACS Development