this post was submitted on 04 Jun 2025
168 points (97.7% liked)

Programmer Humor

36300 readers
1204 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] propter_hog@hexbear.net 21 points 5 days ago (3 children)

+ is overloaded for string concatenation, but - isn't so the interpreter coerces the "11" into a number first.

Thanks for the explanation

load more comments (2 replies)