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
items1++items2 ! say
What are effects?
Running Example
ex141 is items1 := [0,1,2] items2 := [3,4,5] items1++items2 ! say
What are effects?
last changed: 2024-07-01
next: Idiom # 142: Hexadecimal digits of an integer