Updated smnp.system (markdown)

Bartłomiej Przemysław Pluta
2020-03-27 17:57:32 +01:00
parent c46dc0f87f
commit f1841ecf51

@@ -1,6 +1,12 @@
# Functions # Functions
## `exit(exitCode: int = 0)` ## exit
```
exit(exitCode: int = 0)
```
Immediately interrupts the script and returns given exit code to the system. 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. Suspends the script execution for a given time in milliseconds.