Idiom # 297: Sort a list of strings, case-insensitively
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.
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.