+ 1
C# comments
Single comment - // Multi line comment - /* */ Is it just me, or does a multi line comment look a lot the same as what we use in CSS for a comment?
1 Respuesta
+ 2
At least to my knowledge, a large amount of languages use the familiar // and /**/ for commenting code :) html is an exception with <!--> but other than that, you will encounter // almost everywhere.
Oh, by the way, don't use // on CSS