17.06.2015, 16:14
You mean you have a large script and from that large script you want to compile only 3-4 lines, for example?
It is possible, but you have to be careful will it work.
Use this: /* and */
Example:
query[128] will be ignored by the compiler because it's inside */ and */
It is possible, but you have to be careful will it work.
Use this: /* and */
Example:
PHP код:
new tmp[4], Float: tmp2[4]/*, query[128]*/;