Go Fish/PicoLisp: Difference between revisions

m
Fixed syntax highlighting.
(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:
{{collection|Go Fish}}
 
<langsyntaxhighlight PicoLisplang="picolisp">(de *Ranks
Ace 2 3 4 5 6 7 8 9 10 Jack Queen King )
Line 106:
(println (push 'MyBooks B))
(setq Mine (diff Mine B)) ) )
(prinl) ) ) )</langsyntaxhighlight>
9,479

edits