fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 285: Set variable to NaN
Idiom # 285: Set variable to NaN
See
programming-idioms.org
:
Code
a := f64.quiet_NaN b := f64.NaN
What are effects?
Running Example
ex285 is a := f64.quiet_NaN b := f64.NaN say "a is $a" say "b is $b"
What are effects?
last changed: 2024-07-01
next: Idiom # 286: Iterate over characters of a string