build_demo
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
//fonction qui construit les fichiers //demos de la boîte à outils function build_demo() printf("Generate demos of Mod_num...\n"); exec(MODNUM+'/macros/generate_doc/load_generate_doc_function.sce',-1); generate_modnum_dem(); printf("Done\n"); endfunction