Hacker News new | ask | show | jobs
by onion2k 2966 days ago
Which language would stop/warn you assigning the value of a constant to a variable? Doesn't "var = const" just work in most languages?
1 comments

It's yoda condition, so const = var would fail.