From 3937f402e1dac2ac23a43b3dac45b592294c405d Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:42:52 -0600 Subject: [PATCH] Created exit (markdown) --- exit.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exit.md diff --git a/exit.md b/exit.md new file mode 100644 index 0000000..531d64e --- /dev/null +++ b/exit.md @@ -0,0 +1,8 @@ +The `exit` function has no parameters. It causes the script to exit immediately, most useful in combination with [promptMessage](promptMessage) to allow for different actions depending on user input. + +Example: +```json +{ + "type": "exit" +} +``` \ No newline at end of file