operator.
#8

Quote:
Originally Posted by Freaksken
Посмотреть сообщение
Omg, that syntax actually works in Pawn? Didn't even know! Glad I learned something!

Код:
//This:
if(1000 < price && price < 200000) {
    ...
}
//Is the same as this:
if(1000 < price < 200000) {
    ...
}
//And it actually works in this language.
People have said that it is slower. So you aren't really optimizing anything.
Reply


Messages In This Thread
operator. - by KessMan - 28.10.2016, 20:51
Re: operator. - by SickAttack - 28.10.2016, 20:53
Re: operator. - by KessMan - 28.10.2016, 21:07
Re: operator. - by SickAttack - 28.10.2016, 21:32
Re: operator. - by Freaksken - 28.10.2016, 21:32
Re: operator. - by Threshold - 29.10.2016, 03:30
Re: operator. - by Freaksken - 29.10.2016, 04:00
Re: operator. - by SickAttack - 29.10.2016, 04:08

Forum Jump:


Users browsing this thread: 2 Guest(s)