Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.0 - Português

Change language to:
English - Français - 日本語 - Русский

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

Ajuda do Scilab >> Funções de Entrada/Saída > getscilabkeywords

getscilabkeywords

retorna uma lista com todas as palavras-chave do Scilab

Seqüência de Chamamento

list_keywords=getscilabkeywords()

Parâmetros

list_keywords

uma lista

Descrição

list_keywords(1) : primitivas

list_keywords(2) : comandos

list_keywords(3) : variáveis predefinidas

list_keywords(4) : funções Scilab

list_keywords(5) : funções xcos

Examples

list_keywords = getscilabkeywords();
primitives = list_keywords(1)
commands = list_keywords(2)
predef_var = list_keywords(3)
scilab_functions = list_keywords(4)
xcos_functions = list_keywords(5)

Autores

A.C, adaptado do código de Enrico Segre's no Scipad.

Report an issue
<< getpid Funções de Entrada/Saída halt >>

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:
Fri Apr 11 14:18:14 CEST 2014