Created
April 11, 2012 07:35
-
-
Save relrod/2357610 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ricky@t520 breakpoint]$ echo 'function foo() return "hi" end; print(foo())' | lua -i | |
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio | |
> function foo() return "hi" end; print(foo()) | |
hi | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment