From 6295ae273d4a15b60b580344b986986d004c22ad Mon Sep 17 00:00:00 2001 From: BanceDev Date: Tue, 15 Oct 2024 11:40:26 -0400 Subject: updated help messages --- .lush/scripts/example.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.lush/scripts') diff --git a/.lush/scripts/example.lua b/.lush/scripts/example.lua index b3de3cb..e7cd210 100644 --- a/.lush/scripts/example.lua +++ b/.lush/scripts/example.lua @@ -106,3 +106,7 @@ if textFiles ~= nil then print(textFiles[i]) end end + +-- the exit function is used to make the program quit in the case of an error +print("making an error with lush.exit()") +lush.exit() -- cgit v1.2.3-59-g8ed1b