Comments in editor and scripts

Send us your feedback or ask for features.
Post Reply
auralsculpture
Newbie
Posts:33
Joined:22 Dec 2011 12:18
Comments in editor and scripts

Post by auralsculpture » 03 Jan 2012 22:54

Is there a way to insert comments / explanations directly into modules or in scripts?

mbncp
Regular
Posts:87
Joined:08 Dec 2011 07:25

Re: Comments in editor and scripts

Post by mbncp » 04 Jan 2012 13:59

Yes like the C syntax and showing in green, but AFAIK it works only in scripts

// to comment out the end of a line

or

/*
comment
this code is not execute:
for(n = 0; n<1000;n++);
*/

There seems to be a little bug in the editor as you need to have some code or it's all red, showing an error.
just writing
decl n;

seems to do the trick.

Post Reply