//find_scilab_ver function ok=find_scilab_ver() ok=%t printf("... Search Scilab version ...\n") tt=getversion() printf("Version of scilab is : %s\n",tt) ierr = execstr('tt=get_scicos_version()','errcatch') if ierr<>0 then ok=%f else printf("Version of scicos is : %s\n",tt) end endfunction