Advent4 patch, second try

Bastiaan van den Berg bastiaan at bastiaanvandenberg.nl
Wed Sep 26 14:25:32 CEST 2007


On 9/26/07, Jonathan <echidnaman at gmail.com> wrote:
> Oh, and Pierre, you said you had an issue with me replacing the "="
> operator with "==" in the conditional part of the if statements. Why
> would one use assignment "=", rather than check for equality "==", in a
> conditional statement?

while (variable = function_that_returns_something_unless_nothing_to_return) {
 print variable
}



More information about the dslinux-devel mailing list