5 lines
87 B
ChaiScript
5 lines
87 B
ChaiScript
var bob = []
|
|
bob.push_back(3)
|
|
assert_equal(1, bob.size())
|
|
assert_equal(3, bob.front())
|