Guest User

Untitled

a guest
Oct 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <cfset sum = 0 />
  2. <cfoutput>
  3. <cfloop from="1" to="10" index="z">
  4.  
  5. <cfset sum += z />
  6. </cfloop>
  7.  
  8. </cfoutput>
Add Comment
Please, Sign In to add comment