Guest User

Untitled

a guest
Feb 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function callMain(package) {
  2. //queria fazer tipo assim, é apenas uma suposição:
  3. package.main();
  4. }
  5.  
  6. callMain("edos.desktop");
  7.  
  8. edos.package.main();
  9.  
  10. package.main();
  11.  
  12. //(dentro da função callMain())
  13. "edos.package".main(); //quero que isso vire isso:
  14. edos.package.main();
Add Comment
Please, Sign In to add comment