<html><body><div>I have this code:<br>```<br>let tuple = (<br> MARK: 1,<br> EXPLODE: true,<br> DO_SOMETHINGS_UNDEFINED: true<br>)<br>```<br><br>If I comment it, because I want to exclude that code to be compiled:<br><br>```<br>// let tuple = (<br>// MARK: 1,<br>// EXPLODE: true,<br>// DO_SOMETHINGS_UNDEFINED: true<br>// )<br>```<br><br>what will happen to the IDE?<br></div><div>Commenting that code, I didn't mean to give strange instructions to the IDE.</div><div><br data-mce-bogus="1"></div><div>Isidoro.</div><div><br>On Sep 05, 2016, at 07:16 AM, Marinus van der Lugt &lt;rien@starbase55.com&gt; wrote:<br><br></div><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch"><span class="body-text-content"><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">I understand that maybe a compiler shouldn't lose time handling `#pragma options`, but giving semantics to source comment, I think it can be dangerous and misunderstood.</blockquote><br>Could you elaborate what could be dangerous or misunderstood?<br><br>Rien.<br><br></span></div></div></blockquote></div></body></html>