Skip to content
Prev 30228 / 398506 Next

creating function bodies using body()

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

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