Logo

Programming-Idioms

History of Idiom 45 > diff from v46 to v47

Edit summary for version 47 by foobar:
New Lisp implementation by user [foobar]

Version 46

2019-09-13, 16:14:02

Version 47

2019-09-26, 15:37:50

Idiom #45 Pause execution for 5 seconds

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

Illustration

Idiom #45 Pause execution for 5 seconds

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

Illustration
Code
(sleep 5)