flang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 77: Complex number
Idiom # 77: Complex number
See
programming-idioms.org
:
Code
x := complex -2 3 x := x * x.i # NYI: (complex i32).type.i does not work yet
What are effects?
Running Example
ex77 is x := complex -2 3 x := x * x.i # NYI: (complex i32).type.i does not work yet say x
What are effects?
next: Idiom # 78: do while loop