pluto-lang 0.2.3

A interpreted programming language made in Rust
1
2
let arr = [0, 3, 2, 9];
print(arr[3], type(arr));