Create a tree representing a function call
fc=Funcall(name,lhsnb,rhslist,lhslist)
function name (character string)
number of outputs (constant)
list of inputs (list of "M2SCI tlists")
list of outputs (list of "M2SCI tlists")
a "funcall" tlist
This function create a tlist
representing a function call when using M2SCI.
All input parameters values are verified to be compatible with "M2SCI tlists".