BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

logical xor missing #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have logical xor (for testin purposes)

Original issue reported on code.google.com by jakub.hu...@gmail.com on 5 Sep 2010 at 5:39

GoogleCodeExporter commented 9 years ago
I have very nice syntax

either A or B

in my other language.
Will probably use it for Atalan too.

Original comment by rudla.ku...@gmail.com on 6 Sep 2010 at 10:24

GoogleCodeExporter commented 9 years ago
We should probably implement it like this:

t = 0
if A t = 1
if B t = t xor 1
if t true

Original comment by rudla.ku...@gmail.com on 21 Jan 2012 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by rudla.ku...@gmail.com on 27 Feb 2012 at 11:26