slashStarComments

Determines whether or not the tokenizer recognizes C-style comments. If the flag argument is true, this stream tokenizer recognizes C-style comments. All text between successive occurrences of / * and */ are discarded.

If the flag argument is false, then C-style comments are not treated specially.

Parameters

flag

true indicates to recognize and ignore C-style comments.