<cfset n = "5">
<cfset n = 5>
Quotes are not needed around numbers in expressions. While the presence of quotes has minimal runtime impact, removing quotes on numbers makes them easier to read. IDE's such as ColdFusion studio, and Dreamweaver will color numbers differently if they are not in quotes.