Variables align with array elements
Opened this issue · 2 comments
shayhurley commented
clfsoft commented
same error .
workaroud
aa = 1
bb['ccc']=9
↓↓↓↓
aa = 1
bb.ccc = 9
ln8711 commented
I have this problem too, I think something to do with the [], a setting to ignore them will work