Category talk:Wren-math: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
m →‎Source code: Fixed syntax highlighting.
PureFox (talk | contribs)
m →‎Source code: Added quotes to 'lang' attribute.
Line 1:
===Source code===
<syntaxhighlight lang="ecmascript">/* Module "math.wren" */
 
/* Math supplements the Num class with various other operations on numbers. */
Return to "Wren-math" page.