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
- haveacompiler — detect if you have a C compiler.
History
Version | Description |
2026.0.0 | Tagged obsolete and will be removed in Scilab 2026.1.0. |
Report an issue | ||
<< demo_choose | Demo Tools | demo_end >> |