I'd like to do this in JS: ``` a[b(1)] = 2; ``` But this source: ``` (set (b 1) a 2) ``` Outputs this: ``` a[b,1] = 2; ``` Lispyscript v0.3.6