The Dink Network

Reply to Re: return;

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:
 
 
February 9th 2010, 10:50 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Example:

void talk(void)
{
eight();
int &var = &return;
say("Eight equals &var",&current_sprite);
}

void eight(void)
{
return(8);
}