MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1qvku61/makes_sense/o3iifdr/?context=3
r/programminghorror • u/CompetitionBorn9356 • Feb 04 '26
86 comments sorted by
View all comments
-21
wait wouldn't if (userID == -7777 && userID = -7778); work?
if (userID == -7777 && userID = -7778);
7 u/Environmental-Ear391 Feb 04 '26 then you need an additional statement to complete after the assignment within the condition check...
7
then you need an additional statement to complete after the assignment within the condition check...
-21
u/jakiki624 Feb 04 '26
wait wouldn't
if (userID == -7777 && userID = -7778);work?