6 lines
82 B
Text
6 lines
82 B
Text
<cfscript>
|
|
for( i = 10; i <= 0; i-- )
|
|
{
|
|
writeOutput( i );
|
|
}
|
|
</cfscript>
|