/* code snippet */ by Mainon A Schwartz/* code snippet */
number yourNumber;
boolean iHaveYourNumber = false;
/* make sure yourNumber gets initialized somewhere! */
phoneNumber whatToDo (void)
{
if (iHaveYourNumber)
{
reply ("Thank you!");
exit (0);
}
else
return (yourNumber);
}
12/10/2003 Author's Note: props to Philip Hargot, computer genius boy, for the code.
Posted on 12/10/2003 Copyright © 2023 Mainon A Schwartz
Member Comments on this Poem |
Posted by Laura Doom on 05/15/04 at 10:22 PM Definitely a C++ for this - functional, conditional and infinitely variable - is there a program for this event? |
Posted by Genevieve Sturrock on 02/06/07 at 04:23 PM clueless about the code...but loved the message inside. |
Posted by Max Phineas on 04/29/08 at 06:53 AM Haha this is awesome. Ah, coding. A lovely thing. |
|