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
items := (list String).empty
What are effects?
Running Example
ex260 => items := (list String).empty say items
What are effects?
last changed: 2024-07-01
next: Idiom # 261: Format time hours-minutes-seconds