Question about symbols
#1

Hello,
I have a few questions about some symbols,the questions are :
- What the symbols _: does ?
- what the difference between > and >> or >>>
- What the symbols |= does ?
- what the symbol ~ does ?
- I saw that someone is using barackets without a function before it,for example: (parts from rBits)
pawn Код:
return ((_: abArray[iIdx] >>> bVar) & bLim);
    if(!(-1 < iIdx < iSize)) {
    (_: abArray[iIdx] &= ~(bLim << bVar));
    (_: abArray[iIdx] |= ((bLim & iValue) << bVar));
    new
        bVar = ((iIdx & ((1 << _: (Bit32 - iShift)) - 1)) << _: iShift),
        bLim = ((1 << (1 << _: iShift)) - 1)
        ;
How does it compile without errors or warnings ?
Reply


Messages In This Thread
Question about symbols - by Gamer` - 26.09.2012, 20:52
Re: Question about symbols - by Roko_foko - 26.09.2012, 20:57
Re: Question about symbols - by Emmet_ - 26.09.2012, 20:59
Re: Question about symbols - by Gamer` - 26.09.2012, 21:30
Re: Question about symbols - by OnlyOne - 26.09.2012, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)