blob: c529892a18681c8aa9e0e29ab5fbd059e0af31a8 (
plain)
1
2
3
4
5
|
This client is a simple lua interpreter.
It either loads and executes the files named on the command line or reads
and executes lines from stdin.
Note that, in the second case, each line must contain a complete statement.
For instance, functions cannot span several lines.
|