fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 346 Repeated list
Idiom # 346 Repeated list
See
programming-idioms.org
:
Code
Code input
y := x * n
What are effects?
Runnable Example
Code input
ex346 is x := [1,2,3] n := 2 y := x * n say y
What are effects?
last changed: 2025-07-10
next: NYI: Idiom # 347 Copy folder