Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Outils pour les démonstrations > demo_compiler

demo_compiler

teste la présence d'un compilateur

Séquence d'appel

status = demo_compiler()

Description

La fonction demo_compiler interroge l'ordinateur pour savoir s'il possède un compilateur C. Elle renvoie un booléen corresdondant à la présence ou non du compilateur.

Exemples

select num,
 case 0
  return;
 case 2 then
  st = demo_compiler(); //The compiler will be used
  if (st==%t) then
    mode(0);
    wheel_build_and_load()
  end
 case 1 then // A precomputed value
    x=read(path+'/x.wrt',8,301);
    wheelg=wheelgs;
    show(x);
end

Voir aussi

Report an issue
<< demo_choose Outils pour les démonstrations demo_end >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:50:45 CET 2020