Category talk:Wren-math: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Added Int.nextPrime method.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
<langsyntaxhighlight lang=ecmascript>/* Module "math.wren" */
 
/* Math supplements the Num class with various other operations on numbers. */
Line 618:
return itob_(btoi_(b1) ^ btoi_(b2))
}
}</langsyntaxhighlight>
9,477

edits