به Nostr بپیوندید
2024-08-25 05:24:40 CEST
in reply to

do-so-as-we-please on Nostr: like... var = x?? that doesn't make sense. Or like, 5 = var x? that feels *wrong* in ...

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?