S
silverburgh.meryl
Hi,
I need some help in understanding the following for() loop:
for (PRBool isRoot;
mCSSUtils->IsRuleNodeRoot(ruleNode, &isRoot), !isRoot;
mCSSUtils->GetRuleNodeParent(ruleNode, &ruleNode))
what is the middle clause for?
Why there is a ',' in the middle? And what does that mean?
I need some help in understanding the following for() loop:
for (PRBool isRoot;
mCSSUtils->IsRuleNodeRoot(ruleNode, &isRoot), !isRoot;
mCSSUtils->GetRuleNodeParent(ruleNode, &ruleNode))
what is the middle clause for?
Why there is a ',' in the middle? And what does that mean?