LilRan
Results
1
issues of
LilRan
In compileExcelASM16.py, line 286 has a confusing `not(line[1][0]) == line[2][0]` , though in fact it means `not line[1][0] == line[2][0]` and makes sense. For clarity, it is better to use...