![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SLEEP_MS to suspend execution for a number of milliseconds. More...
Go to the source code of this file.
Functions | |
| if (ms.type !=VAL_INT) | |
Variables | |
| case | OP_SLEEP_MS |
| long | t = (long)ms.i |
Implements OP_SLEEP_MS to suspend execution for a number of milliseconds.
Behavior:
Errors:
Definition in file sleep_ms.c.
| if | ( | ms.type ! | = VAL_INT | ) |
| case OP_SLEEP_MS |
Definition at line 23 of file sleep_ms.c.
| long t = (long)ms.i |
Definition at line 32 of file sleep_ms.c.