RCRPG/Wren: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
m Fixed syntax highlighting.
PureFox (talk | contribs)
m →‎Code: Minor tidy
 
Line 5: Line 5:
{{libheader|Wren-str}}
{{libheader|Wren-str}}
{{libheader|Wren-ioutil}}
{{libheader|Wren-ioutil}}
<syntaxhighlight lang="ecmascript">import "random" for Random
<syntaxhighlight lang="wren">import "random" for Random
import "/str" for Str
import "./str" for Str
import "/ioutil" for Input
import "./ioutil" for Input


var Rand = Random.new()
var Rand = Random.new()