edit — function editing
edit(functionname)
If functionname is the name of a defined scilab function
edit(functionname)
try to open the associated file
functionname.sci
.
If functionname is the name of a undefined scilab function
edit
create a functionname.sci file in the TMPDIR
directory.