kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-24 days agoThe infamous "if loop" actually existsdiscuss.tchncs.deexternal-linkmessage-square30fedilinkarrow-up1191arrow-down113file-text
arrow-up1178arrow-down1external-linkThe infamous "if loop" actually existsdiscuss.tchncs.dekyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-24 days agomessage-square30fedilinkfile-text
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up39·edit-24 days agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up25·4 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!