.. _func_system_delay:
=====
Delay
=====
Delay -
Description
===========
.. code-block:: blitzmax
Delay( millis )
Wait for a given number of milliseconds
#Delay suspends program execution for at least @millis milliseconds.
A millisecond is one thousandth of a second.
Parameters
==========
Return Values
=============
Nothing.
Examples
========
See Also
========