Re: Inform technical: Evaluating values
17 Oct 1995 13:10:14 GMT
"Sam Hulick" <shulick@raisin.ucs.indiana.edu> wrote:
> I was quite disappointed when "if (~(x == 1 && ....))" didn't work!
> I was forced to use some silly coding scheme like:
>
> if (blahblah...) ; ! do nothing
> else { ... }
Inform expects the programmer to understand the De Morgan laws (-8.
--
Gareth Rees