Go Fish/Wren: Difference between revisions

m
Fixed syntax highlighting.
m (Put final brace on its own line.)
m (Fixed syntax highlighting.)
Line 6:
{{libheader|Wren-ioutil}}
{{libheader|Wren-str}}
<langsyntaxhighlight lang="ecmascript">import "random" for Random
import "/dynamic" for Enum
import "/trait" for Comparable, Stepped
Line 187:
if (turn == Turn.comp) compPrev.clear()
showStateOfPlay.call(true)
}</langsyntaxhighlight>
9,485

edits