0
Can anyone explain how actually multiple line comments work??
3 odpowiedzi
+ 3
/* I
have
no
idea */
+ 2
I think to truly understand the details you will need to understand how token analyzing works in regards to programming language design and compiler development.
+ 1
hi,
comments are usually ignored by compiler which enhance developer experience.