Building Effects With FXBuilder 283
Comments
Any script line that begins with the characters // is a comment. You can place a comment line
anywhere in a script. It’s a good idea to include plenty of comments in scripts, especially if
you make changes to them, or if they are long or complex.
Comments are an essential part of a script. They give information about the script and what it
is doing. They can make a script much easier to understand, test, and change by including
useful explanatory detail about the script’s code and structure.
Komentáře k této Příručce