Closed
Description
Testing the compiling code with the comment // and with the comment // on a single line the result is different than commenting // on multiple lines, eg. :
/*
Do something
*/
The result of the compilation in bytes is different, as if the multi line comment would include the code in the comment. I reported the problem with more details testing on this link of the forum (in Italian): http://arduino.cc/forum/index.php/topic,150320.0.html
Thanks