Logo

Programming-Idioms

History of Idiom 45 > diff from v27 to v28

Edit summary for version 28 by :
New Ada implementation by user [Smaehtin]

Version 27

2016-02-16, 16:03:35

Version 28

2016-02-16, 16:55:51

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.

Code
delay 5.0;