fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 249: Declare and assign multiple variables
Idiom # 249: Declare and assign multiple variables
See
programming-idioms.org
:
Code
(a, b, c) := (42, "hello", 5.0)
What are effects?
Running Example
ex249 is (a, b, c) := (42, "hello", 5.0) say "$a $b $c"
What are effects?
last changed: 2024-07-01
next: Idiom # 250: Pick a random value from a map