flang.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
a := a ++ b
What are effects?
Running Example
ex166 is a := ["to", "be", "or"] b := ["not", "to", "be"] a := a ++ b say (a.as_string " ")
What are effects?
next: Idiom # 167: Trim prefix