Category talk:Wren-fmt: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
→‎Source code: Added a verb to enable a string to be commatized directly.
PureFox (talk | contribs)
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) :
Return to "Wren-fmt" page.