0

So can the asteriks be more than two?

12th Nov 2017, 9:18 PM
Destiny
Destiny - avatar
4 Answers
+ 8
So, like: /*** **/ ? Seems like it works to me...
12th Nov 2017, 9:32 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 7
** means exponentiation in some languages
12th Nov 2017, 9:23 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 2
After the first * in /* the compiler is looking for */ so /************************************************************/ is completely legal and I've seen it used as marks to point out functions. With thousands of lines of code in a file, you need a quickly visible method to notice important details like that.
12th Nov 2017, 10:03 PM
John Wells
John Wells - avatar