Go Fish/PicoLisp: Difference between revisions

Content added Content deleted
(Feature: Sort user cards when shown; Flush output for Picolisps that do not fush their "prin"s in Windows console (Ersatz))
m (Fixed syntax highlighting.)
 
Line 1: Line 1:
{{collection|Go Fish}}
{{collection|Go Fish}}


<lang PicoLisp>(de *Ranks
<syntaxhighlight lang="picolisp">(de *Ranks
Ace 2 3 4 5 6 7 8 9 10 Jack Queen King )
Ace 2 3 4 5 6 7 8 9 10 Jack Queen King )
Line 106: Line 106:
(println (push 'MyBooks B))
(println (push 'MyBooks B))
(setq Mine (diff Mine B)) ) )
(setq Mine (diff Mine B)) ) )
(prinl) ) ) )</lang>
(prinl) ) ) )</syntaxhighlight>