1 2 3 4 5 6
/* Test computed table keys */ test_table : { (1 + 1): "two" }; ..assert test_table[2] = "two";