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