Category talk:Wren-fmt: Difference between revisions

Content added Content deleted
(→‎Source code: Added a verb to enable a string to be commatized directly.)
Line 374: Line 374:
static gc(w, n) { gc(w, n, precision) }
static gc(w, n) { gc(w, n, precision) }


// Private worker method which calls a'short name' method and returns its result.
// Private worker method which calls a 'short name' method and returns its result.
static callFn_(fn, w, e, p) {
static callFn_(fn, w, e, p) {
return (fn == "d") ? d(w, e) :
return (fn == "d") ? d(w, e) :