String-Append-Quad!

(string-append-quad! string integer) -> null

Accepts a numerical "quad" (in bytes), converts it to the appropriate string value, and adds it to the given string.

Example:

> (string-append-quad! a 100000)

:: null

> a

:: ">>