The delay procedure waits for a specified number of milli-seconds to elapse.
The delay procedure's only parameter is an expression of integral type and is the number of milli-seconds that the program should wait.
delay(1000) makes the program wait for 1000 milli-seconds (i.e. 1 second).
Operating Systems: Windows
Standard Pascal: No