SA-MP Forums Archive
For what use is >... ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: For what use is >... ? (/showthread.php?tid=330078)



For what use is >... ? - System64 - 31.03.2012

Hi guys
I saw this post
https://sampforum.blast.hk/showthread.php?tid=38965&page=313

and I want to ask: for what use are >, >>>? I know it's something for binary numbers, but can someone explain it good for me?


AW: For what use is >... ? - Nero_3D - 31.03.2012

>> and >>> are binary shifts to the right
<< is a binary shift to the left

Just read that \/ or open pawn-lang.pdf (there is actually everything explained)

An in-depth look at binary and binary operators.


Re: For what use is >... ? - System64 - 31.03.2012

I forgot on that tutorial, thank you very much!