mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
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())
|