removed >> removed > 5-5-2 > functions
functions
- bytecode — given a function returns the "bytecode" of a function in a Scilab array and conversely.
- bytecodewalk — walk in function bytecode applying transformation.
- code2str — returns character string associated with Scilab integer codes
- comp — scilab function compilation
- delbpt — delete breakpoints
- dispbpt — display breakpoints
- fun2string — generates ASCII definition of a Scilab function
- listfunctions — properties of all functions in
the workspace
- macr2lst — function to list conversion
- readgateway — get primitives list of a module
- recompilefunction — recompiles a scilab function,
changing its type
- setbpt — set breakpoints
- str2code — returns Scilab integer codes associated with a character string