I don't know how to install this for this little chunck of code to work, thanks in advance:
The code works in LuaForWindows 5.1, because all libraries are included. But not in 5.4 as I don't know how to install libraries: Latest LuaForWindows is up to 5.1 only...
require( "iuplua" )
ml = iup.multiline
{
expand="YES",
value="Quit this multiline edit app to continue Tutorial!",
border="YES"
}
dlg = iup.dialog{ml; title="IupMultiline", size="QUARTERxQUARTER",}
dlg:show()
print("Exit GUI app to continue!")
iup.MainLoop()