In FictoScript, the `freeze` function applied to a list will:
-
A
Sort the list in ascending order
-
B
Make the list immutable so no elements can be added, removed, or changed
-
C
Convert all elements to their string representations
-
D
Pause execution until the list operation completes