defined#

swordfish.function.defined()#

Return a scalar/vector indicating whether each element of names is defined.

参数:
  • names (Constant) -- A STRING scalar/vector indicating object name(s).

  • type (Constant, optional) -- Can be VAR (variable, default), SHARED (shared variable) or DEF (function definitions).