fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 289: Concatenate two strings
Idiom # 289: Concatenate two strings
See
programming-idioms.org
:
Code
s := a+b
What are effects?
Runnable Example
ex289 is a := "Hello" b := " World!" s := a+b say s
What are effects?
last changed: 2024-07-01
next: NYI: Idiom # 290: Sort sublist