Gauss to Scilab translation
gauss2sci(filein,lib,verbose)
* filein = a string, the name of a file collecting Gauss programs and scripts
* lib = a string, the name of the library where the files resulting from the translation are put
* verbose = a boolean, indicating whether the Gauss lines of codes are displayed as they are translated (optional: %f if not given)
* Nothing: the result of the translation is splitted into numerous files, one that gathers the lines of code corresponding to a script and one file per Gauss procedure.