Advertisement
Guest User

Untitled

a guest
May 24th, 2015
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. scope1 := {}
  2. scope2 := {}
  3. _x := 0
  4. func := ??{
  5. if _x++ == 0 {
  6. a := scope1
  7. } else {
  8. a := scop2
  9. }
  10. }
  11. for i:=0;i<2;i++ {
  12. func{
  13. console.log(a)
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement