kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-222 hours agoThe infamous "if loop" actually existsdiscuss.tchncs.deimagemessage-square22fedilinkarrow-up1143arrow-down18file-text
arrow-up1135arrow-down1imageThe infamous "if loop" actually existsdiscuss.tchncs.dekyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-222 hours agomessage-square22fedilinkfile-text
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up33·edit-219 hours agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up21·18 hours agoYea, I saw C style and was disappointed when it didn’t abuse gotos.
This is the real way!
Yea, I saw C style and was disappointed when it didn’t abuse gotos.