+ 1
Don't closed the comment with // again?
2 ответов
+ 8
// Single line comments do not need to be closed. they end when a newline is encountered.
/*
multi-line comments need to be closed explicitly.
check the php lesson for more info.
*/
+ 2
Thank you Lord Krishna