| Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Commenting your code |
|
|
|
|
||
As in other programming languages, it is important to include comments in the code. You should comment your code for the following reasons:
The ColdFusion comment tag is similar to the HTML comment tag, except that it has three dashes instead of two:
<!--- This is a CFML comment --- >
ColdFusion comments are not returned to the browser because the ColdFusion server processes and omits the comments from the page. The user will never be able to read your comments.
|
|
||
| Contents > Getting Started Building ColdFusion MX Applications > CFML Basics > Commenting your code |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.