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