equal, less or greater than thingys
what do these mean?
Code:
Code:
|
Re: equal, less or greater than thingys
Code:
Code:
|
Thank you
|
Some more incase you need help, I see where you're going and you'll need these as reference.
Code:
That's all I can think of now, hope that's helpful! :) |
If you're trying to make a list of all operators, you forgot the arithmetic +, -, *, / and % (mod) and the bitwise operations: & (bitwise and), | (bitwise or), ^ (bitwise xor = exclusive or). There's also ! which means not.
One could also refer to () (function call) and [] (array subscript) as operators; although that is more common in C++. A single = is called the assignment operator. I think I should shut up now:) |
| All times are GMT -4. The time now is 16:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.