The Dink Network

Reply to Re: doh!

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 6th 2003, 12:34 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
As an alternative for all those gotos:

void talk(void)
{
if (&stick == 3)
{
//do this
}
if (&stick == 2)
{
//do this
}
if (&stick == 1)
{
//do this
}
&stick += 1;
}