Category talk:Wren-fmt: Difference between revisions

→‎Source code: Added a note to slwrite method about printing a literal dollar symbol.
(→‎Source code: Added support for signing floating point numbers.)
(→‎Source code: Added a note to slwrite method about printing a literal dollar symbol.)
Line 619:
// Where one of the arguments is a sequence (other than a string) this method senses it
// and applies the 'v' method to it. However, the 'sep' parameter is always a single space
// and the 'bb' and 'cc' parameters are always empty strings. Finally, to print a literal
// dollar symbol use $$.
static slwrite(fmt, a) {
if (!(fmt is String)) Fiber.abort("First argument must be a string.")
9,490

edits