1397
Even my own code sometimes.
(thelemmy.club)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
You need another goto end right before the end_false_if:, otherwise the false code will always run
I tested it, it works as it is.
If true, it jumps to if_true, then runs other code. If false, the if gets skipped, if false code gets run, then it skips over if true code.
I totally did the thing where I commented without reading properly before. Sorry!