Jump to content

Go Fish/PicoLisp: Difference between revisions

Bugfix
(Bugfix)
(Bugfix)
Line 1:
<math>Insert formula here</math>{{collection|Go Fish}}
 
<lang PicoLisp>(de *Ranks
Line 55:
(prin " The rank must be one of ")
(println *Ranks) )
((and (cdddr Reply) (member (car Reply) *Ranks) (not (cdr (uniq Reply))) (= (length Your) (length (append (diff Your Reply) Reply))))
(prin " You lay down the book ")
(println (push 'YourBooks Reply))
Cookies help us deliver our services. By using our services, you agree to our use of cookies.