99 bottles of beer: Difference between revisions

Line 2,921:
 
=={{header|ColdFusion}}==
=== Classic tag based CFML ===
<lang cfm><cfoutput>
<cfloop index="x" from="99" to="0" step="-1">
Line 2,932:
</cfoutput></lang>
or if you prefer: (identical output, grammatically correct to the last stanza)
 
=== CFScript ===
<lang cfm><cfscript>
2

edits