Logo

Programming-Idioms

History of Idiom 45 > diff from v10 to v11

Edit summary for version 11 by :

Version 10

2015-08-21, 23:21:29

Version 11

2015-08-23, 08:17:15

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
Code
sleep(5000);