like... var = x?? that doesn't make sense. Or like, 5 = var x? that feels *wrong*
in programming = is assignment, not equality, which tripped me up for a bit. But if you read it left to right it's like X equals 5. Got it, now I know that X is the same as 5. Right?
