Create the converted pseudo-code representing a function call
fc = Funcall(name, lhsnb, rhslist, lhslist)
function name (character string)
number of outputs of the function call.
list of inputs (list of "M2SCI tlists")
list of outputs (list of "M2SCI tlists"). Default value: list().
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".
Version | Description |
6.1.1 | lhslist is now optional: default = list(). |