Strip comments from a string: Difference between revisions

No edit summary
Line 2,071:
end loop;
if eol > 0 then
? strings.trim( strings.slice( line, 1, eol ), trim_end.both );
end if;
end stripcomment;</syntaxhighlight>
76

edits