prebirth: Add `string-append' to libprebirth

* build-aux/bootstrap/libprebirth.js ($$string$_$append): Add function.
master
Mike Gerwitz 2017-08-31 12:42:25 -04:00
parent b5f70fd8a6
commit 41bf925b4e
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ const $$string$q$$7$ = ( x, y ) => x === y;
const $$string$_$ref = ( s, i ) => s[ i ]
|| _error( `value out of range: ${i}`);
function $$string$_$append()
{
return argToArr( arguments ).join( "" );
}
// R7RS math
function $$$p$()
{