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

3 lines
45 B
ChaiScript

var x = ["bob":2, "fred":3]
print(x["fred"])