in reply to Re: Grokking Compile Error Messages
in thread Grokking Compile Error Messages
My way of solving this is to write out:Yes, that's helpful. However, I often have more complicated conditions, such as:if( condition ) { }
[Note the missing ')']if ( ( $flag1 or $flag2 ) and ( length( $string ) )
and that was the case this time as well.
-QM
--
Quantum Mechanics: The dreams stuff is made of
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Grokking Compile Error Messages
by FoxtrotUniform (Prior) on Jul 21, 2004 at 23:36 UTC | |
Re^3: Grokking Compile Error Messages
by Aristotle (Chancellor) on Jul 27, 2004 at 15:42 UTC |