Reply to Re: return;
If you don't have an account, just leave the password field blank.
Example:
void talk(void)
{
eight();
int &var = &return;
say("Eight equals &var",¤t_sprite);
}
void eight(void)
{
return(8);
}





