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

4 lines
41 B
ChaiScript

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