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