Guest User

Untitled

a guest
Nov 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <cfscript>
  2. public any function test(){
  3. var a = ['test','test2'];
  4. for(var item in a){
  5. }
  6. return item
  7. }
  8.  
  9. </cfscript>
Add Comment
Please, Sign In to add comment