* Add parsing arrays and objects as binary operands * Add sim test showing the error message
2 lines
22 B
Plaintext
2 lines
22 B
Plaintext
answer = [0, 1] + [2]
|