ChaiScript/unittests/vector_access.chai
2009-07-08 18:59:10 +00:00

3 lines
30 B
ChaiScript

var x = [1, 2, 3]
print(x[2])