Advertisement
Pinkishu

Untitled

Feb 10th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1.     print(type(comp.env.print))
  2.     comp.env.print("ABC")
  3.     setfenv(0,comp.env)
  4.     print("PC")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement