4 lines
85 B
Text
4 lines
85 B
Text
local condition = true
|
|
local code = false
|
|
|
|
if condition then os.exit(code, true) end
|