Let's say we have the following code:
local L in
L = {List.make 10 $}
% Bind nth element to something here
end
How does one set any of these unbound values? The Oz List Documentation didn't shed any light on this. The only related question I found was: How do you change an element in a list in Oz? where the answer didn't compile for me, nor did I find how I could get it to compile.