Operators

Jefferson M. Dubrule (Jefferson.M.Dubrule@dartmouth.edu)
Fri, 12 Apr 1996 08:14:27 PDT


--- slayer@kaiwan.com wrote:
>((!!x + !!y) == 1)

yeah, but that way takes as much as 3 extra ticks (varies depending on the
values for x and y), but should only be important if you're doing a long
loop (such as evaluating for p in (players()).
--- end of quoted material ---

How 'bout "!x != !y"?