Logo

Programming-Idioms

History of Idiom 87 > diff from v17 to v18

Edit summary for version 18 by chimmihc:
New Lua implementation by user [chimmihc]

Version 17

2016-02-19, 21:44:05

Version 18

2016-12-23, 06:11:32

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Code
os.exit()
Doc URL
https://www.lua.org/manual/