Whatever message this page gives is out now! Go check it out!
IsDebugMode()<cfscript>
CarsArray = ["mustang", "audi", "bmw"];
for( i=1; i <= arrayLen(CarsArray); i++){
writeOutput(CarsArray[i] & "<br>");
}
result = IsDebugMode();
writeoutput("Is debugging output enabled: " & result);
</cfscript>