fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 115: Compare dates
Idiom # 115: Compare dates
See
programming-idioms.org
:
Code
b := d1 < d2
What are effects?
Running Example
ex115 => d1 := time.now.get time.nano.sleep (time.duration.s 1) d2 := time.now.get b := d1 < d2 say b
What are effects?
last changed: 2024-07-01
next: Idiom # 116: Remove occurrences of word from string