Talk:Short-circuit evaluation

From Rosetta Code
Revision as of 17:50, 24 July 2010 by rosettacode>Dgamey (task error?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error in task?

The problem states:

  x = a(i) and b(j)
  y = a(j) or  b(j)

But the only example is written as:

  x = a(i) and b(j)
  y = a(i) or  b(j)

Either the definition of the first example is wrong. I'm guessing the task description but ... --Dgamey 17:50, 24 July 2010 (UTC)