lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,
    I have a Lua program and I want to provide a terminal to the user which can be used as a lua interpreter command line, so that the user can control the program using that command line and lua code from that terminal. How do I make the interpreter command line in Lua to accommodate incomplete lines?

Thanks,
Milin