kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-28 days agoThe infamous "if loop" actually existsdiscuss.tchncs.deimagemessage-square29fedilinkarrow-up1183arrow-down112file-text
arrow-up1171arrow-down1imageThe infamous "if loop" actually existsdiscuss.tchncs.dekyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-28 days agomessage-square29fedilinkfile-text
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up38·edit-28 days agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up25·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!