ChaiScript/unittests/vector_push_back.chai
2009-07-08 18:59:10 +00:00

4 lines
39 B
ChaiScript

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