Y
Hacker News
new
|
ask
|
show
|
jobs
by
lolinder
1259 days ago
What makes C-style comments unnestable?
2 comments
gpderetta
1259 days ago
/**/ could potentially be nestable, they are just not defined as such.
link
funcDropShadow
1259 days ago
They are defined to be non-nestable. Any appearance of */ terminates the comment.
link