The {{KW|_DELAY}} statement suspends program execution for a {{KW|SINGLE}} value of seconds. {{PageSyntax}} :{{KW|_DELAY}} {{Parameter|seconds!}} {{PageDescription}} * {{Parameter|seconds!}} is the time to wait, accurate to nearest millisecond(.001). * While waiting, cpu cycles are relinquished to other applications. * Delays are not affected by midnight timer corrections. {{PageSeeAlso}} * {{KW|_LIMIT}} * {{KW|TIMER}} * {{KW|ON TIMER(n)}} {{PageNavigation}}