48

Some nights I feel like this line was commented out right before I was compiled:

goto sleep;

Comments
  • 1
    Probably just a misplaced return statement resulting in some unreachable code 😂
  • 0
    *triggered looking at "goto"* 😂😉
  • 0
    "go to"? What were you written in turbo basic or something?
  • 1
    So I'm assuming your fave meal is spaghetti 😄
  • 3
    And then when you wake up in the middle of your sleep cause you got to pee:

    goto bathroom;

    bathroom:
    pee();
    goto bedroom;

    bedroom:
    return sleep;
  • 0
    @cyberlord64 Well, at least I'm not written in JavaScript
  • 1
    @miau Hey, my source is beautiful, not spaghetti.

    But to answer your question I love spaghetti.
Add Comment