Imported from ../lua-1.1.tar.gz.
[lua.git] / clients / lua / README
blobc529892a18681c8aa9e0e29ab5fbd059e0af31a8
1 This client is a simple lua interpreter.
2 It either loads and executes the files named on the command line or reads
3 and executes lines from stdin.
4 Note that, in the second case, each line must contain a complete statement.
5 For instance, functions cannot span several lines.