6 lines
83 B
Text
6 lines
83 B
Text
<cfscript>
|
|
while( true != false )
|
|
{
|
|
writeOutput( "SPAM" );
|
|
}
|
|
</cfscript>
|