Man Scilab

macr2lst
Scilab Function

macr2lst - function to list conversion

Calling Sequence

[txt]=macr2lst(function-name)

Description

This primitive converts a compiled Scilab function function-name into a list which codes the internal representation of the function. For use with mac2for .

See Also

macrovar ,  

Back