Pinkishu

Untitled

Jul 20th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. sFinally([[
  2.   print("ALWAYS!")
  3. ]])
  4. try([[
  5.   print("A")
  6. ]])
  7. catch("NIL_FUNCTION_EXCEPTION",[[
  8.   print("Wrong function!")
  9. ]])
  10.  
  11. --print(peekstack())
Advertisement
Add Comment
Please, Sign In to add comment