Quote: "CodeSurge uses // as a comment, and just like the default IDE, it uses the same compiler and therefor compiles. It does for me too"
My IDE for DBC also compiles it, but it's nothing to do with the compiler and all to do with the IDE pre-parsing the contents of the editor window.
// is a comment in Delph/Pascal and many Delphi programmers automatically (and accidentally) type // at the start of Rem lines when using DB.
I added this so I could use // for Rems in DB and when I run/compile DB code the IDE scans for and replaces all //'s with the word 'Rem' before sending it to the compiler.
Incidentally, my IDE also does the same with { and } which I find easier to use than RemStart and RemEnd...
More to the point, surely this isn't really in the spirit of what 20 liners are all about...
TDK_Man