lua-users home
lua-l archive

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


> I need it only, that the DOS window doesn't close after finishing the
> script, when starting form editor etc.

io.write("Press <Enter> to continue...")
io.read()

--
Kurt Jung