ChaiScript/unittests/vector_insert_at.chai
2009-07-09 02:56:31 +00:00

4 lines
45 B
ChaiScript

var x = [1, 2, 3]
x.insert_at(1, 6)
print(x)