Author Topic: JAPI 2.0 DLLC  (Read 6878 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Re: JAPI 2.0 DLLC
« Reply #15 on: May 25, 2013, 07:34:07 PM »
You can also do:

if not i and 1 ...

or

if i and 1 = 0 ...

PS:

It is getting light now. I must return to my casket :)

« Last Edit: May 25, 2013, 07:43:15 PM by Charles Pegge »

JRS

  • Guest
Re: JAPI 2.0 DLLC
« Reply #16 on: May 26, 2013, 07:22:29 AM »
if not i and 1 ...    <--- This works

or

if i and 1 = 0 ...   <-- This doesn't


Charles Pegge

  • Guest
Re: JAPI 2.0 DLLC
« Reply #17 on: May 26, 2013, 01:25:44 PM »
Ah yes, operator precedence:

if (i and 1)=0 'even