Re: [nsbasic-ce] Compile vs. Whitespace

2010-02-04 Thread George Henne
Compile does clean out the whitespace - don't hesitate to use comments and formatting in your code. I'm sure I've missed it in the documentation, but can anyone tell me whether or not a make (run, compile, whatever) deletes code comments and leading/trailing whitespace (tabs, spaces) to save

[nsbasic-ce] Compile vs. Whitespace

2010-02-03 Thread michiman56
I'm sure I've missed it in the documentation, but can anyone tell me whether or not a make (run, compile, whatever) deletes code comments and leading/trailing whitespace (tabs, spaces) to save space in a deployed project? Or is it worth the trouble to manually clean these out before a