Ed Dowding

Avatar

Progress seems to have forgotten how to have fun.

I am currently running to be an MEP candidate. Please take a few moments to read more at www.ElectEd.in

Relationships, made code

START;
$SELF = ~1;
$PARTNER = ~1;
FIND PARTNER;
IF ( $SELF + $PARTNER < 2 ) {GO TO START} ELSE {END};

I am currently running to be an MEP candidate. Please take a few moments to read more at www.ElectEd.in

One Comment, Comment or Ping

  1. i

    Note that ~ is notation for ‘approximately’, not a weird representation of ‘minus’.

    Basically “keep hunting until you + them = greater than the sum of your parts”

Reply to “Relationships, made code”