Quote:
Originally Posted by salesman
EDIT: I thought everything within a block comment was ignored when compiled (isn't that the purpose of comments??)...why would one line comments within the block comment not be ignored?
|
Stefan probably have the engine checking first for //, and secondly /* */, which breaks the latter when the sooner is used within it.