@kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish • edit-23 months agoThe infamous "if loop" actually existsdiscuss.tchncs.deimagemessage-square28fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageThe infamous "if loop" actually existsdiscuss.tchncs.de@kyub@discuss.tchncs.de to Programmer Humor@programming.devEnglish • edit-23 months agomessage-square28fedilinkfile-text
minus-square@marcos@lemmy.worldlinkfedilink0•edit-23 months agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-square@xmunk@sh.itjust.workslinkfedilink0•3 months 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!