fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 141: Iterate in sequence over two lists
Idiom # 141: Iterate in sequence over two lists
See
programming-idioms.org
:
Code
Code input
(items1++items2).for_each say
What are effects?
Running Example
Code input
ex141 is items1 := [0,1,2] items2 := [3,4,5] (items1++items2).for_each say
What are effects?
last changed: 2025-05-13
next: Idiom # 142: Hexadecimal digits of an integer