Logo

Programming-Idioms

History of Idiom 45 > diff from v54 to v55

Edit summary for version 55 by programming-idioms.org:
[Pascal] Free Pascal Run-Time Library

Version 54

2020-07-05, 20:32:16

Version 55

2020-09-30, 09:24:41

Idiom #45 Pause execution for 5 seconds

Sleep for 5 seconds in current thread, before proceeding with next instructions.

Idiom #45 Pause execution for 5 seconds

Sleep for 5 seconds in current thread, before proceeding with next instructions.

Imports
SysUtils
Imports
SysUtils
Code
sleep(5000);
Code
sleep(5000);
Comments bubble
Part of the Free Pascal Run-Time Library