Re: Structure vs purism ?

Francis GALIEGUE (desdemona@mail.cpod.fr)
Fri, 22 Jan 1999 13:16:28 +0100


>
> Ah, but this is now equivalent instead to
> if (func1()&&func2()&&func3()&&func4())
> do_something();
> else
> complain();
>

What is func2() depends on the results of func1()? Or does the &&
operator in C just works as in LISP, ie. drop the test when one argument
has proven false?

-- 
	fg

"Computers are like air conditioners - they stop working properly when you open Windows"

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/