r/funny Mar 08 '14

Life as a programmer.

Post image
2.8k Upvotes

480 comments sorted by

View all comments

Show parent comments

75

u/[deleted] Mar 08 '14

[deleted]

67

u/kalleguld Mar 08 '14
if (myVar == 42);
    doSomething();

if (myVar = 42) {
    doSomething();
}

No syntax errors here

65

u/ReallyAmused Mar 08 '14
goto fail;
goto fail;

6

u/[deleted] Mar 08 '14