about summary refs log tree commit diff stats
path: root/js/scripting-lang/baba-yaga-c/test_computed_keys.txt
blob: c71b9117a25fbb2270db3179288a6f8eafba8bcc (plain) (blame)
1
2
3
4
5
6
/* Test computed table keys */
test_table : {
    (1 + 1): "two"
};

..assert test_table[2] = "two";