31

I hope I can code myself like below.

me.Girlfriend = true;
me.Millionare = true;

but, the real case is

me.Girlfriend = false;
me.Millionare = false;

the sadest case is

me.Girlfriend is not defined T.T

Comments
  • 8
    hmm try
    me.HasGirlfriend = true
    me.IsMillionare = true
  • 15
    @marodok hmm true been using golang lately so I forgot.

    but other than that you could try
    me.Girlfriend = new Girlfriend();
    but you might get accused of objectifying women 😆
  • 5
    @marodok lol

    // Warning setting new Girlfriend while Wife is set can result in losing you house, vehicles, and balls. additional side effects may include paying child support, spousal support, or living under a bridge
  • 1
    Me.billionaire;
    Error, won't compile!

    Me.millionaire;
    Error, won't compile!

    Me.rich;
    Error, 'Me' cannot be bigger than 10000.
  • 5
    Actually the sadist case may be me not defined
  • 2
    @brettski that's deep bro
  • 2
    @jckimble do you mean new Girlfriend(Millionare())?

    Or would this func throw a:

    fatal error: unexpectedly found nil while unwrapping Optional value?
  • 2
    @marodok plebeian language choices. :>
  • 0
    Me is not defined!
  • 1
    @orkhanfarmanli that's some nihilist shit right there.
    (Or, alternatively, sufist or monist)
  • 0
    @nicholai Absolutely! No one is asking where do we get that "me".
Add Comment