What is the worst syntax feature of any language you've used?
@loke Not really "syntax" related but stumble across this using Python recently:
>>> x = (100 + 1.0/3) - 100>>> y = 1.0/3>>> x == yFalse>>> x0.3333333333333286>>> y0.3333333333333333
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.