Closed profet23 closed 10 years ago
Yeah you're right, nevermind On Apr 17, 2014 8:18 PM, "profet23" notifications@github.com wrote:
I'm not sure I understand.
line = line.Split('#').First(); //strip comments
That removes all characters after (and including) the first "#" on a line.
So in your above example, only the 'new' would be returned by my code.
— Reply to this email directly or view it on GitHubhttps://github.com/darrenkopp/SassyStudio/pull/63#issuecomment-40781716 .
This resolves Issue #62