0
Easy way to find the answer on your questions
I notice that I'm looking for the meaning of symbols like this :&& and two stripes vertical.. Anybody?
3 Answers
+ 3
// this is a comment line
and this && means boolean AND
so maybe you are not looking for comment but for the OR code ||
&& both arguments have to be true or it returns false
|| one of the arguments have to be true to return true
0
Thanks for quick reply!
0
/* text in the here
and even more text down here*/ this is multiple line comment...