1.7.4. lex_RemoveComments()

[<<<] [>>>]

This function called from the function lex_DoLexicalAnalysis() function to remove the comments before the syntax analysis starts.

It should be called before calling the continuation line handling because usually REM lines are not continuable

void lex_RemoveComments(pLexObject pLex
);

[<<<] [>>>]