#195 strikes again · Issue #200 · satyr/coco (original) (raw)
Got bitten by this just now ... It's basically the same as #195
Just this :for get(a in b) then
or for [get a in b] then
Of course implicit call isn't applicable here, but I thought we may count how deep we are in {} (I don't think we even need to differentiate between those) before checking inFor
.