Open nwinter opened 9 years ago
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.
Error: Unknown expression type: VariableDeclaration
Now it just does the assignment without complaining.
This gives
Error: Unknown expression type: VariableDeclaration
, but it should actually throw an error about the single equals in there and suggest double equals.