2014-04-01 00:47:41 -06:00

3 lines
45 B
JavaScript

root.Add = function(z, y){
return z + y;
}