Guest User

Untitled

a guest
Apr 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. a = 3 + 4
  2.  
  3. dtl$object:subclass("imp$object", "iPID,iFID,iUserData")
  4.  
  5. procedure dtl$object:test()
  6. return 3
  7. end
  8.  
  9. procedure dtl$object::tryme()
  10. return 3
  11. end
  12.  
  13. procedure xxx::toto()
  14. end
  15.  
  16. procedure foo()
  17. local aaa, b
  18. b = dtl$object
  19. b = xxx
  20. aaa = b
  21. aaa:to()
  22. end
  23.  
  24. dtl$object:tr()
  25.  
  26. test()
Add Comment
Please, Sign In to add comment