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?