Function.Function

Function Function (String arguments, String body)

Parameters

arguments The list of formal arguments, separated by commas.
body The body of the function to create.

Description

The Function constructor parses the argument list and creates a Function object.