Go Fish/Tcl: Difference between revisions

m
Fixed syntax highlighting.
m (categorization now in master page)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|Go Fish}}
[[implementation of task::Go Fish| ]]
 
{{works with|Tcl|8.6}}
<langsyntaxhighlight lang="tcl">package require Tcl 8.6
 
# How to sort ranks
Line 305:
} else {
puts "The computer won!"
}</langsyntaxhighlight>
 
===Notes on the Mechanical Player===
9,476

edits