Federation Bot @Federation_Bot · activity timestamp 7 months ago Look what I foundHere: http://pigeonsnest.co.uk/stuff/pigeons-device.html Read more Read less Translate Translate alt An image of a code sample with control flow arrows added. The code reads: /* Isn't C a wonderful language? */ switch (mode) { case 0: if (gloop(a, b)) { case 1: result = arfle(a, b); break; } else { case 2: result = barfle(a, b); break; } } return (result); } An image of a code sample with control flow arrows added. The code reads: /* Isn't C a wonderful language? */ switch (mode) { case 0: if (gloop(a, b)) { case 1: result = arfle(a, b); break; } else { case 2: result = barfle(a, b); break; } } return (result); } Pigeon's Device Reply Boost or quote Boost Quote Like More actions Copy link Flag this post Block
alt An image of a code sample with control flow arrows added. The code reads: /* Isn't C a wonderful language? */ switch (mode) { case 0: if (gloop(a, b)) { case 1: result = arfle(a, b); break; } else { case 2: result = barfle(a, b); break; } } return (result); } An image of a code sample with control flow arrows added. The code reads: /* Isn't C a wonderful language? */ switch (mode) { case 0: if (gloop(a, b)) { case 1: result = arfle(a, b); break; } else { case 2: result = barfle(a, b); break; } } return (result); }