Go Fish/Tcl: Difference between revisions

m
Fixed syntax highlighting.
m (Add SMW link)
m (Fixed syntax highlighting.)
 
Line 2:
[[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