Go Fish/Tcl: Difference between revisions

m
Fixed syntax highlighting.
(Created page with '{{collection|Go Fish}}Category:Tcl {{works with|Tcl|8.6}} <lang tcl>package require Tcl 8.6 # How to sort ranks proc suitorder {a b} { set a1 [lsearch -exact {2 3 4 5 6…')
 
m (Fixed syntax highlighting.)
 
(2 intermediate revisions by one other user not shown)
Line 1:
{{collection|Go Fish}}[[Category:Tcl]]
[[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,488

edits