Negation of boolean

From: Aki \ (aki.laukkanenREMOVETHIS_at_helsinki.fi)
Date: 07/28/04


Date: Wed, 28 Jul 2004 18:35:56 +0300


Hi again :)

One of those "Can yuo do this?" -type questions again:
Anything wrong with:

boolean sequenceContinues = false;
if([condition]){
        sequenceContinues = !sequenceContinues;
}
else{}

?

-- 
-Aki "Sus" Laukkanen