Name

MSDOS — Determines if it is the Windows version of scilab

Calling Sequence

MSDOS

Description

MSDOS is a boolean variable (%t) for Windows environment and boolean (%f) otherwise.

Example

 
if MSDOS then
  disp('Scilab on Windows.');
end
 

See Also

win64

Authors

Allan CORNET