Connect the operands in objs with the binary operators in optrs to generate
metacode of a multivariate expression. You can execute the metacode with function eval.
Parameters:
objs (Constant) – A Tuple with a length between 2 and 1024 (inclusive).
optrs (Constant) – A vector of binary operators and the length is size(objs)-1.