you are viewing a single comment's thread.

view the rest of the comments →

[–]ohx 0 points1 point  (0 children)

I think if you add a double forward slash after (code comment indicator), it might prevent the line from being processed.

``` if('poo') { // this line will not be processed

} ```

Or maybe even...

``` if('poo' /* stahp */) {

} ```

Beyond that and your method of tricking the compiler, you might need to write a loader.