04.09.2010, 22:33
Hello everyone reader.
I am not new scripter, usually i use some of the symbols and i know what they mean but now i want to know something more about them, actualy about what they are doing or meaning of them. Some of these i know, but anywhay i will ask. This should be useful for newbies too..
Symbols:
&& :
& :
< :
<< :
>> :
> :
| : (if this exists)
|| :
* :
- :
-- :
= :
== :
+ :
++ :
% :
>= :
<= :
-= :
+= :
If there is anything else then just write it under my list, write the meaning of that symbol and how it works (you can make some script example and describe it)
I am not new scripter, usually i use some of the symbols and i know what they mean but now i want to know something more about them, actualy about what they are doing or meaning of them. Some of these i know, but anywhay i will ask. This should be useful for newbies too..
Symbols:
&& :
& :
pawn Код:
//for example usage in:
if(function1 & function 2)
//any differences between this?
if(function1 && function2)
<< :
>> :
> :
| : (if this exists)
|| :
* :
- :
-- :
= :
== :
+ :
++ :
% :
>= :
<= :
-= :
+= :
If there is anything else then just write it under my list, write the meaning of that symbol and how it works (you can make some script example and describe it)


took me like 10 minutes of my wasted life D:
