kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-21 day agoThe infamous "if loop" actually existsdiscuss.tchncs.deimagemessage-square25fedilinkarrow-up1166arrow-down110file-text
arrow-up1156arrow-down1imageThe infamous "if loop" actually existsdiscuss.tchncs.dekyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish · edit-21 day agomessage-square25fedilinkfile-text
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up38·edit-21 day agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up24·1 day 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.