@[email protected] to Programmer [email protected]English • edit-21 year 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-21 year agomessage-square29fedilinkfile-text
minus-square@[email protected]linkfedilink39•edit-21 year agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-square@[email protected]linkfedilink25•1 year 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!