Last active
December 22, 2015 16:18
-
-
Save osa1/6498197 to your computer and use it in GitHub Desktop.
lua return val
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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