Skip to content

Instantly share code, notes, and snippets.

@relrod
Created April 11, 2012 07:35
Show Gist options
  • Save relrod/2357610 to your computer and use it in GitHub Desktop.
Save relrod/2357610 to your computer and use it in GitHub Desktop.
[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