Re: system("pause"); in LUA?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: system("pause"); in LUA?
- From: Kurt Jung <kurt-lua@...>
- Date: 2005年3月27日 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