Learning ColdFusion 8: All Hail The New ++ Operator

<!--- Set initial value. --->
<cfset intKisses = 0 />
 
<!--- Pre-increment and get string value. --->
#++intKisses.ToString()#

For Cut-and-Paste