fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 294: Print a comma-separated list of integers
Idiom # 294: Print a comma-separated list of integers
See
programming-idioms.org
:
Code
say (a.as_string ", ")
What are effects?
Runnable Example
ex294 is a := [1, 12, 42] say (a.as_string ", ")
What are effects?
last changed: 2024-07-01
next: NYI: Idiom # 295: String to Enum