filbert icon indicating copy to clipboard operation
filbert copied to clipboard

Handle single equals in if-statement conditions

Open nwinter opened this issue 10 years ago • 1 comments

if gold = 40:
    pass

This gives Error: Unknown expression type: VariableDeclaration, but it should actually throw an error about the single equals in there and suggest double equals.

nwinter avatar Jan 13 '15 20:01 nwinter

Now it just does the assignment without complaining.

nwinter avatar May 23 '16 15:05 nwinter