[ 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 Apothecary Chess-Classic. Large board variant obtained through tinkering with known games.[All Comments] [Add Comment or Rating] 💡📝Aurelian Florea wrote on Tue, Mar 24, 2020 12:21 PM UTC:2 weeks ago you proposed the following code def Joker fn const alias #lastpiece #0 #1; def Joker-Range fn join const alias #lastpiece "-Range" #0; for the joker piece. I got an "function has not been defined error" at the call in the checked function: if fn const alias #piece #from var king Also this line works fine with the other pices (I had tried it).
2 weeks ago you proposed the following code
def Joker fn const alias #lastpiece #0 #1;
def Joker-Range fn join const alias #lastpiece "-Range" #0;
for the joker piece. I got an "function has not been defined error" at the call in the checked function:
if fn const alias #piece #from var king
Also this line works fine with the other pices (I had tried it).