Question operators "&&" / "||"
hello, well as title says, what this " && " operator exactly does, and what this else do " || ", whats the difference betwen them. i use them always , but i dont know whats the diffrence betwen them :D.... Thank you :)
|
Re: Question operators "&&" / "||"
|
Re: Question operators "&&" / "||"
&& means "and" and is a logical operator:
Code:
TRUE && TRUE = TRUECode:
TRUE || TRUE = TRUE |
Re: Question operators "&&" / "||"
Quote:
example: Code:
1100 |
| All times are GMT -4. The time now is 15:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.