Category talk:Wren-srandom: Difference between revisions

m
→‎Source code: Now uses Wren S/H lexer.
(Added source code for new 'Wren-srandom' module.)
 
m (→‎Source code: Now uses Wren S/H lexer.)
 
(2 intermediate revisions by the same user not shown)
Line 1:
===Source code===
 
<langsyntaxhighlight ecmascriptlang="wren">/* 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