fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 126: Multiple return values
Idiom # 126: Multiple return values
See
programming-idioms.org
:
Code
foo => ("bar", true)
What are effects?
Running Example
ex126 is foo => ("bar", true) (a,b) := foo say "foo returned ($a, $b)"
What are effects?
last changed: 2024-07-01
next: Idiom # 127: Source code inclusion