M
m_schellens
emacs fails to hightlight the following line properly, when
I changed 'continue' to 'goto skip'.
So just to be sure there isn't any weired rule,
does the following do what I want?
if( yLog) if( y <= 0.0) goto skip; else y = log10( y);
Thanks,
marc
I changed 'continue' to 'goto skip'.
So just to be sure there isn't any weired rule,
does the following do what I want?
if( yLog) if( y <= 0.0) goto skip; else y = log10( y);
Thanks,
marc