Category talk:Wren-fmt: Difference between revisions

(→‎Source code: Added some new methods mostly for use with the forthcoming Wren-matrix module.)
(→‎Source code: Bug fix.)
Line 787:
if (m.type.toString == "Matrix") m = m.toList
var fn = (m.count > 0 && m[0].count > 0 && (m[0][0] is Num)) ? "f" : "s"
System.print(Fmt.v2("f"fn, w, m, p, " ", bb, "", "\n"))
}
 
9,476

edits