diff --git a/smnp.system.md b/smnp.system.md index ad1c26e..0a0dffb 100644 --- a/smnp.system.md +++ b/smnp.system.md @@ -1,3 +1,6 @@ # Functions ## `exit(exitCode: int = 0)` -## `sleep(milli: int)` \ No newline at end of file +Immediately interrupts the script and returns given exit code to the system. + +## `sleep(milli: int)` +Suspends the script execution for a given time in milliseconds. \ No newline at end of file