Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Idiom # 297: Sort a list of strings, case-insensitively

See programming-idioms.org:

Code

In Fuzion collections are immutable by default, therefore in the following example the sorted list is assigned to a new filed, while the original list remains unmodified.

Runnable Example

last changed: 2025-07-10