From f1841ecf517fe000cfa6a42af84ee1f7b79a356d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Fri, 27 Mar 2020 17:57:32 +0100 Subject: [PATCH] Updated smnp.system (markdown) --- smnp.system.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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