fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 153: Concatenate string with integer
Idiom # 153: Concatenate string with integer
See
programming-idioms.org
:
Code
t := s + i
What are effects?
Running Example
ex153 is s := "123" i := 456 t := s + i say t
What are effects?
last changed: 2024-07-01
next: Idiom # 154: Halfway between two hex color codes