Discussion
Loading...

Post

Log in
  • About
  • Code of conduct
  • Privacy
  • About Bonfire
Federation Bot
Federation Bot
@Federation_Bot  ·  activity timestamp yesterday

Look what I found

Here: http://pigeonsnest.co.uk/stuff/pigeons-device.html

Pigeon's Device

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); }
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); }
  • Copy link
  • Flag this post
  • Block

bonfire.mavnn.eu

News and community around mavnn.eu projects.

bonfire.mavnn.eu: About · Code of conduct · Privacy ·
Bonfire social · 1.0.1-beta.11 no JS en
Automatic federation enabled
Log in
  • Explore
  • About
  • Public Groups
  • Code of Conduct