4 lines
71 B
Text
4 lines
71 B
Text
|
|
fun update(as: *[]int, i: int, x: int): []int =
|
||
|
|
let as[i] = x
|
||
|
|
in x
|