On Wed, 17 Nov 2010, Elliott Hird wrote:
> On 16 November 2010 00:13, Kerim Aydin <[email protected]> wrote:
> > ThisCFJ->G->disfavor = TRUE.
>
> I am so glad we do not program in the kind of fake code people make up
> to converse in.
>
> It would be an... interesting whirlwind of semantics^W^W^Wexperience.
Hmm, it's, you know, pseudocode. I mean, I usually do that in roughing
out before deciding final data structures.
But you're right. It should have been:
#define DISFAVORED 4
*(CFJlist + N)->Jstatus[Plookup("G.")] = DISFAVORED
Much better, right?