Skip to content

creating function bodies using body()

1 message · Liaw, Andy

#
This apparently worked:
function (x) 
{
    x^2
    x + 3
}

HTH,
Andy
------------------------------------------------------------------------------