if( pos > 0 ) L[i] <?= L[i-1];
and it raises this error:
syntax error before '?' token
I know that ?: is used like if-then-else statement. I did some search on google but all I found was about ?: . Does somebody know what is the intention of this operator and how can I repair this error?
thanks

New Topic/Question
Reply


MultiQuote







|