fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 45: Pause execution for 5 seconds
Idiom # 45: Pause execution for 5 seconds
See
programming-idioms.org
:
Code
time.nano.sleep (s 5)
What are effects?
Running Example
ex45 is say "pausing..." time.nano.sleep (time.duration.s 5) say "...running!"
What are effects?
last changed: 2024-07-01
next: Idiom # 46: Extract beginning of string (prefix)