retourne le nom et la version de O.S
OS=getos() [OS,Version]=getos()
getosretourne le nom et la version de O.S
getos
OS=getos() [OS,version] = getos() if (getos() == "Windows") then disp("Scilab on Windows"); end if (getos() == "Linux") then disp("Scilab on Linux"); end if (getos() == "SunOS") then disp("Scilab on Solaris"); end if (getos() == "Darwin") then disp("Scilab on MacOs"); end