j
k
j a
j l
Darn, I forgot to take out the redundant assertions again! Okay, every line in the pseudo-code that looks like this:
if (! local || local < 1) { return false; }
can look like this: if (local < 1) { return false; }
Back to the thread
Back to the list