[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: system("pause"); in LUA?
- From: Kurt Jung <kurt-lua@...>
- Date: Sun, 27 Mar 2005 07:00:15 -0500
> 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