How to execute lua code inside corona app's UI

For example, I use corona to develop a lua editor app.

I have a UI which is text based, eg. TextBox, used for putting lua code into it.

Then I would like corona app to execute this lua code from corona app UI, how to implement it? Any idea?

read about loadstring

https://www.lua.org/pil/8.html

OK, I’ll take a look. Many thanks.

read about loadstring

https://www.lua.org/pil/8.html

OK, I’ll take a look. Many thanks.