1 Mar
2006
1 Mar
'06
2:01 p.m.
On 3/1/06, Karoly Negyesi <karoly@negyesi.net> wrote:
/* some optional code here /**/
now, if you change the first line to
//* some optional code here /**/
then the optional code will run. This is prolly the simplest way (one char!) to switch on-off blocks of code.
Funny, i use a similar thing : /* opt_code... //*/
Regards
NK