| Author |
Confusing Question.
|
kundana sharma
Greenhorn
Joined: Sep 09, 2012
Posts: 10
|
|
This question is confusing me a lot.
Can some one clarify this.please explain both the cases:enabling assertions and disabling assertions.
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2550
|
|
|
I don't know what the question is exactly, but the "trick" seems to be using = instead of ==. That means true is assigned to assertEnabled, and true is the value of the expression. If you didn't pay close attention you might think assertEnabled would be compared to true, and false would be the value of the expression.
|
 |
kundana sharma
Greenhorn
Joined: Sep 09, 2012
Posts: 10
|
|
Thank you .
I understood this after I posted the question.
|
 |
 |
|
|
subject: Confusing Question.
|
|
|