[ 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-Modern. Large board variant obtained through tinkering with known games.[All Comments] [Add Comment or Rating] 💡📝Aurelian Florea wrote on Fri, Jun 26, 2020 08:50 AM UTC: have written the following code but I don't know where to call the subroutine. sub King from to move #to #from; if sub checked #from: verify or checkleap #from #to 1 0 checkleap #from #to 1 1; else: verify fn King #from #to; endif; move #from #to; endsub; ;
have written the following code but I don't know where to call the subroutine.
sub King from to
move #to #from;
if sub checked #from:
verify or checkleap #from #to 1 0 checkleap #from #to 1 1;
else:
verify fn King #from #to;
endif;
move #from #to;
endsub;
;