TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:580] Another Newbie



>
>main () {
>	if (book == oreilly)
>		buy;
>	else 
>		pshaw;
>}
>

I'm sure you really meant:

int main( ) {

    if ( book == oreilly ) {
        buy();
    } else {
        pshaw();
    }

    return 0;

}
/* ;-) */

PS: Don't forget to run lint.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com