Question about symbols
#2

_: - clears the tag from variable ( not sure ) - example Float:X becomes normal X.
a>b - logical operator. This returns true(1) if variable a is higher then variable b. ( false -0 if not)
>> >>> - bit operators ( https://sampforum.blast.hk/showthread.php?tid=177523)
for |= and ~ I never saw them

barackets are used to tell program to first do operations inside then use the result- same as you do in maths.

(1+1)*3 is not same as 1+1*3
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)