fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 134: Create a new list
Idiom # 134: Create a new list
See
programming-idioms.org
:
Code
items := [a, b, c]
What are effects?
Running Example
ex134 is a Any := "a string" b Any := true c Any := 12345 items := [a, b, c] say items
What are effects?
last changed: 2024-07-01
next: Idiom # 135: Remove item from list, by its value