hi, for the 1st time I tried luaRT Studio, instead of notepad.
print('hello world')
but how can I see the console output?
must compile?
I see that I can load console and use io.read to pause the console to see the output.
require'console'
print('hello world')
v = io.read()
must this way ?
can not show output in Output tab window?
is there any settings I did not noticed?