Jump to content

Category talk:Wren-fmt: Difference between revisions

→‎Source code: Fixed Typo
(→‎Source code: Further tinkerings.)
(→‎Source code: Fixed Typo)
Line 635:
// to be passed individually rather than in a list.
static swrite(fmt, a1, a2, a3, a4, a5) { slwrite(fmt, [a1, a2, a3, a4, a5]) }
static swrite(fmt, a1, a2, a3, a4) { slwrtieslwrite(fmt, [a1, a2, a3, a4]) }
static swrite(fmt, a1, a2, a3) { slwrite(fmt, [a1, a2, a3]) }
static swrite(fmt, a1, a2) { slwrite(fmt, [a1, a2]) }
9,487

edits

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