@[email protected] to Programmer [email protected]English • edit-217 hours agoThe infamous "if loop" actually existsdiscuss.tchncs.deimagemessage-square16fedilinkarrow-up1130arrow-down17file-text
arrow-up1123arrow-down1imageThe infamous "if loop" actually existsdiscuss.tchncs.de@[email protected] to Programmer [email protected]English • edit-217 hours agomessage-square16fedilinkfile-text
minus-square@marcoslink29•edit-215 hours agoint main() { useless: int x = 10; if (1) { goto useless; } }
minus-square@[email protected]linkfedilink17•13 hours 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.