Forum OpenACS Development: Re: Language lawyering

Collapse
2: Re: Language lawyering (response to 1)
Posted by Jeff Davis on
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