Guest User

Untitled

a guest
Jul 17th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. jclass = ()->
  2. max = 1
  3. res = (x)->alert 2
  4. result=
  5. alert:(x)->alert 1
  6. ds:(x,y)->
  7. alert(y+max)
  8. instance = jclass null
  9. instance.ds 18
Add Comment
Please, Sign In to add comment