ChaiScript/unittests/list_push_back.chai
2009-08-29 14:00:07 +00:00

5 lines
56 B
ChaiScript

var x = List()
x.push_back(3)
x.push_back("A")
print(x)