prebirth: Add `-' to libprebirth
* build-aux/bootstrap/libprebirth.js ($$$_$): Add function.master
parent
41bf925b4e
commit
b58bbe3949
|
@ -99,6 +99,10 @@ function $$$p$()
|
|||
{
|
||||
return argToArr( arguments ).reduce( ( ( x, y ) => x + y ), 0 );
|
||||
}
|
||||
function $$$_$()
|
||||
{
|
||||
return argToArr( arguments ).reduce( ( ( x, y ) => x - y ), 0 );
|
||||
}
|
||||
|
||||
|
||||
// Node.js stuff
|
||||
|
|
Loading…
Reference in New Issue