fuzion-lang.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 := num.complex -2 3 x := x * (num.complex i32).i
What are effects?
Running Example
ex77 is x0 := num.complex -2 3 x1 := x0 * (num.complex i32).i say x1
What are effects?
last changed: 2024-07-01
next: Idiom # 78: do while loop