17.06.2015, 16:11
Is it possible to compile a selected lines only ? if so show me how
new tmp[4], Float: tmp2[4]/*, query[128]*/;
Use this: */ and */
query[128] will be ignored by the compiler because it's inside */ and */ |
/* & */
Commenting is when you use //
And it is only used for a single line, while /* and */ can be used for a whole script if you want to. |