Sleep

From Mesham
Jump to navigationJump to search

Overview

This sleep(l) function will pause execution for l milliseconds.

  • Pass: A Long number of milliseconds to sleep for
  • Returns: Nothing

Example

#include <system>

function void main() {
   sleep(1000);
};

Since: Version 1.0