Const km = 1 Const velocity = 11
And do km + velocity = 12 is all kinds of silly.
Const true = False Const false = True
And do if (true) "won't happen" else if (false) "will happen" is all kinds of silly.
Edit: Assuming your example is even statically typed.
Const km = 1 Const velocity = 11
And do km + velocity = 12 is all kinds of silly.