@[email protected] to Programmer [email protected]English • edit-22 months agoThe infamous "if loop" actually existsdiscuss.tchncs.deimagemessage-square29fedilinkarrow-up1189arrow-down112file-text
arrow-up1177arrow-down1imageThe infamous "if loop" actually existsdiscuss.tchncs.de@[email protected] to Programmer [email protected]English • edit-22 months agomessage-square29fedilinkfile-text
minus-square@[email protected]linkfedilink39•edit-22 months agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-square@[email protected]linkfedilink25•2 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!