Category talk:Wren-srandom: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(Added source code for new 'Wren-srandom' module.)
 
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "srandom.wren" */
 
import "io" for File
Line 34:
// Returns an integer between 0 and end, including 0 but excluding end.
static int(end) { int(0, end) }
}</langsyntaxhighlight>
9,492

edits