kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-27 days agoThe infamous "if loop" actually existsdiscuss.tchncs.deexternal-linkmessage-square19fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkThe infamous "if loop" actually existsdiscuss.tchncs.dekyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-27 days agomessage-square19fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·edit-27 days agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up2·7 days agoYea, I saw C style and was disappointed when it didn’t abuse gotos.
Yea, I saw C style and was disappointed when it didn’t abuse gotos.
This is the real way!