Remix.run Logo
inigyou 3 days ago

In Python 2 you could literally do

    True = False
and of course in JavaScript

    undefined = "a string"
swiftcoder 2 days ago | parent [-]

The terrifying part of this in Java, is that it applies program-wide, including to constants set before you changed the value