Check out Alice Chess, our featured variant for June, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Thu, May 30 09:47 PM UTC in reply to H. G. Muller from 08:39 PM:

I would expect x nand true to evaluate to not x. What you describe would be x or not y.

Remember that GAME Code uses polish (a.k.a. prefix) notation, not infix notation. So, in GAME Code, x nand y would be two separate expressions, not a single expression, and it would indeed be equivalent to x or not y.

I think it is a mistake to call that nand.

This is why I decided to no longer allow nand to be used with just a single argument.