5
xsid
5y

Goto is better than Foo

Comments
  • 1
    void Foo() {
    foo: printf(“Foo. ;) ”);
    goo foo;
    }

    void main() { Foo();};

    Or for a very complex example, look at the larger block of code in this link and try to follow the flow. This IS .net framework source, not some obfuscation attempt ;)

    http://csharpindepth.com/Articles/...
Add Comment