Black box: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m Automated syntax highlighting fixup (second round - minor fixes)
PureFox (talk | contribs)
m →‎{{header|Wren}}: Minor tidy
Line 2,516:
{{libheader|Wren-ioutil}}
{{libheader|Wren-str}}
<syntaxhighlight lang="ecmascriptwren">import "random" for Random
import "./fmt" for Fmt
import "./ioutil" for Input
import "./str" for Str
 
var b = List.filled(100, null) // displayed board
Line 3,005:
Play again y/n : n
</pre>
 
=={{header|zkl}}==
{{trans|Go}}