Jump to content

Category talk:Wren-fmt: Difference between revisions

(→‎Source code: Several improvements, notably the addition of (s)printf style methods.)
(→‎Source code: Bug fix.)
Line 408:
static v(fn, w, seq, p, sep, bb, cc) {
var l = List.filled(seq.count, "")
forvar (i in= 0...seq.count) {
for var (e =in seq[i]) {
l[i] = q(callFn_(fn, w, e, p), cc)
i = i + 1
}
return q(l.join(sep), bb)
9,487

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.