+ 1
/* I havent understood this pls someone help me.
2 odpowiedzi
+ 6
/*
hello
there!
*/
The /* */ comments work over multiple lines. Everything between /* and */ is ignored by the compiler.
// just means ignored everything after //, but only on that single line