4 lines
68 B
Text
4 lines
68 B
Text
use std, array
|
|
let x = @["foo" "bar" "123"]
|
|
print x[2]
|
|
x[2] = "abc"
|