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