Closed SquidDev closed 4 years ago
This now allows one to write expressions like:
let x = Array.create (fun _ _ -> "") (10, 10) x.(0, 0) <- "Something fancy"
(ignoring the fact that we have no array library yet).
We do have an array library and it doesn't look like that. Thanks :+1:
This now allows one to write expressions like:
(ignoring the fact that we have no array library yet).