fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 266: Repeating string
Idiom # 266: Repeating string
See
programming-idioms.org
:
Code
v := "abc" n := 5 s := v * n
What are effects?
Running example
ex266 is v := "abc" n := 5 s := v * n say s
What are effects?
last changed: 2024-07-01
next: Idiom # 267: Pass string to argument that can be of any type