[Minor request] Compiler counts useless lines

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BarryG
Addict
Addict
Posts: 3322
Joined: Thu Apr 18, 2019 8:17 am

Re: [Minor request] Compiler counts useless lines

Post by BarryG »

Marc56us, yeah I know it can be done that way, but a native and correct count would be better. Also, not counting blank lines won't slow down the compilation speed. Actually counting them adds to the compile speed, because it has to increment a counter.
Post Reply