fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 255: Print set
Idiom # 255: Print set
See
programming-idioms.org
:
Code
say x
What are effects?
Running Example
ex255 is x := container.set_of_ordered ["The", "quick", "brown", "fox", "jumps", "over", "a", "lazy", "dog."] say x
What are effects?
last changed: 2024-07-01
next: Idiom # 256: Count backwards