fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 260: Create an empty list of strings
Idiom # 260: Create an empty list of strings
See
programming-idioms.org
:
Code
Code input
items := (list String).empty
What are effects?
Running Example
Code input
ex260 => items := (list String).empty say items
What are effects?
last changed: 2025-05-13
next: Idiom # 261: Format time hours-minutes-seconds