<< demo_choose Ferramentas de Demonstração demo_end >>

Scilab Help >> Ferramentas de Demonstração > demo_compiler

demo_compiler

test the presence of a compiler. This function is obsolete. Please use haveacompiler instead.

Syntax

status = demo_compiler()

Description

The function demo_compiler asks the computer if it owns a compiler C or not. It returns a boolean indicating whether the compiler exists or not.

Examples

st = demo_compiler(); //The compiler will be used

See also

History

VersionDescription
2026.0.0 Tagged obsolete and will be removed in Scilab 2026.1.0.

Report an issue
<< demo_choose Ferramentas de Demonstração demo_end >>