オペレーティングシステムの名前とバージョンを返す
OS=getos() [OS,Version]=getos()
[OS,Version]=getos()は, オペレーティングシステムの名前とバージョンを返します.
[OS,Version]=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