Create a RoocFunction, this function can be provided to the RoocParser to be used in the transformation process
the name of the function
the type of parameters of the rooc function
the type of the return value of the rooc function
the function that will be called when the rooc function is called
a description of the function
Optional
Create a RoocFunction, this function can be provided to the RoocParser to be used in the transformation process
Param: name
the name of the function
Param: parameters
the type of parameters of the rooc function
Param: returns
the type of the return value of the rooc function
Param: call
the function that will be called when the rooc function is called
Param: description
a description of the function