15.02.2014, 19:38
Hey there!
Today I Came here to ask a little coding question regarding "&" bitwise operator or character what I Have seen on some functions before. What is this called and what it does? There is short example below:
Thanks for your reply in advance!
Today I Came here to ask a little coding question regarding "&" bitwise operator or character what I Have seen on some functions before. What is this called and what it does? There is short example below:
pawn Code:
public function(&a, &b) {
// ...
}