"Bald Eagle" <cre### [at] netscapenet> wrote:
> But perhaps have to figure out how to mimic a python yield directive in SDL -
> maybe TOK has some ideas on that.
I got the yield worked out, now I am trying to properly decipher these
expressions:
//#local ta = (a - int(da <= 0) - fa) / da if da != 0 else float('inf');
//#local ida = abs(1 / da) if da != 0 else float('inf');
Post a reply to this message
|