6 lines
93 B
Text
6 lines
93 B
Text
<cfscript> i = 1024;
|
|
while( i > 0 )
|
|
{
|
|
writeOutput( i + "< br/ >" );
|
|
}
|
|
</cfscript>
|