ChaiScript/unittests/vector_push_empty.chai
2010-01-06 19:39:04 +00:00

4 lines
41 B
ChaiScript

var bob = []
bob.push_back(3)
print(bob)