Skip to content

Instantly share code, notes, and snippets.

@osa1
Last active December 22, 2015 16:18
Show Gist options
  • Save osa1/6498197 to your computer and use it in GitHub Desktop.
Save osa1/6498197 to your computer and use it in GitHub Desktop.
lua return val
Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio
> print((function () end)())
> a = (function () end)()
> print(a)
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment