fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 166: Concatenate two lists
Idiom # 166: Concatenate two lists
See
programming-idioms.org
:
Code
c := a ++ b
What are effects?
Running Example
ex166 is a := ["to", "be", "or"] b := ["not", "to", "be"] c := a ++ b say (c.as_string " ")
What are effects?
last changed: 2024-07-01
next: Idiom # 167: Trim prefix