Category talk:Wren-fmt: Difference between revisions

m
(→‎Source code: Added a verb to enable a string to be commatized directly.)
Line 374:
static gc(w, n) { gc(w, n, precision) }
 
// Private worker method which calls a 'short name' method and returns its result.
static callFn_(fn, w, e, p) {
return (fn == "d") ? d(w, e) :
9,482

edits