Commenting out a line

Is there a way to comment out a line? Basically a note for just me to know what variable is for or whatever.

I've tried Javascripts // and it didn't work, neither did '#' or '/* */' or the three quotes.

Is this not a feature?


I believe javascript comments should work within javascript sections (so four spaces and '//'), but haven't tested it.

Within text sections, HTML comments should work like any other HTML; so that's <!-- and -->


You have to be careful with this one. Comments in squiffy are as follows...

<COMMENT>

However, sometimes the interpreter gets a little fun and tends to execute what's in the comments. So it's good to just use words in the comment area.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums