Updated smnp.system (markdown)

Bartłomiej Przemysław Pluta
2020-03-25 19:23:21 +01:00
parent f77564b031
commit ba6dcedefd

@@ -1,3 +1,6 @@
# Functions
## `exit(exitCode: int = 0)`
## `sleep(milli: int)`
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.