Category talk:Wren-fmt: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Added a generic method for tabular printing.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "fmt.wren" */
 
/* Conv contains routines which do conversions between types. */
Line 862:
static mprint(m, w) { mprint(m, w, precision, "|") }
static mprint(m) { mprint(m, 0, precision, "|") }
}</langsyntaxhighlight>
9,479

edits