checa se um módulo Scilab foi instalado
r = with_module(module_name)
um string. Exemplo : 'core'
um booleano
Retorna %t se o módulo Scilab tiver sido instalado.
%t
withXML = with_module("xml"); if withXML == %t then disp("XML module enabled"); else disp("XML module disabled"); end