void what_to_do_if(you_own_a_DS) {

May 21, 2006 18:10

if(you_own_a_DS) {
    open_url(http://us.yesasia.com/en/PrdDept.aspx/code-j/section-games/pid-1004028136/);
    add_to_shopping_cart();
    use_coupon_code("OSU5");
    check_out();
    wait_for_package();
    insert_in_DS();
    while(you_own_a_DS) {
        ROCK_OUT();
       }
    return;
    }
}

Leave a comment

Comments 13

clayhazelnut May 22 2006, 16:37:00 UTC
SYNTAX ERROR

The boolean "you_own_a_DS" is not found.
The function "add_to_shopping_cart()" is not found.
The function "use_coupon_code()" is not found.
The function "check_out()" is not found.
The function "wait_for_pakcage()" is not found.
The function "insert_in_DS()" is not found.
The function "ROCK_OUT()" is not found.

Due to these errors, the program can not be completed as desired.

Reply

jaybird144 May 22 2006, 17:03:58 UTC
#ifndef __SUSPENSION_OF_DISBELIEF
#include "suspension_of_disbelief.h"

Reply

clayhazelnut May 22 2006, 17:15:45 UTC
if(erik)
{
owned();
return;
}

Reply

jaybird144 May 22 2006, 18:41:17 UTC
In all honesty, I knew that the syntax was bad. I left it the way it was so that it was at least semi-readable for people not well versed in reading code.

Reply


aiuax May 22 2006, 17:31:21 UTC
int main(int argc, char** argv) {
while() {
getHappy();
fork();
}
}

Reply


bravefencermike May 22 2006, 18:36:47 UTC
You all make me sad, and you should be ashamed.

Reply

clayhazelnut May 22 2006, 18:50:33 UTC
if(mccord_bashes_our geekiness)
{
mccords_opinion = 0;
return;
}

Reply


Leave a comment

Up