Prothon Prototypes vs Python Classes

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Tue Mar 30 17:27:33 EST 2004


> From: Carl Banks
> 
> Right.  Then we can have "does the brace go on the same line or the
> next line" wars.

    int main (void)
    {
        if (true)
        {
        }

        return 0;
    }

There is no other way.

Tim Delaney




More information about the Python-list mailing list