Possible Duplicate:
C extension: <? and >? operators
What does the >?= operator mean?
I was googling some C++ codes on the internet and just found this:
num <?= num2-num3+num4;
Does anyone knows what this operator stands for? I googled for it but found anything.