stoneharry

Untitled

Jun 1st, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1.     function foo ()
  2.       return          --<< SYNTAX ERROR
  3.       -- `return' is the last statement in the next block
  4.       do return end   -- OK
  5.       ...             -- statements not reached
  6.     end
Advertisement
Add Comment
Please, Sign In to add comment