tree2codegenerates ASCII definition of a Scilab functionCalling Sequencetxt = tree2code(tree, prettyprint)Argumentstree
a macro tree (coming from macr2tree).
prettyprintan optional boolean value:%Tgenerated code is indented and beautified%F
generated code is not beautified (default)
txta column vector of strings, the text giving the Scilab instructions.Description
Given a loaded Scilab function "tree" (returned by macr2tree), tree2code allows to
re-generate the code.
ExamplesSee Also
macr2tree