Backport from sid to buster
[hcoop/debian/mlton.git] / regression / vector2.sml
CommitLineData
7f918cf1
CE
1open Vector
2val v = tabulate(13, fn i => fn j => i + j)
3val _ = print(Int.toString(sub(v, 5) 1))
4val _ = print "\n"