Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the type of an expression as a string.


Excerpt
list arguments ()

Returns the list of the arguments with which the current function was called. Used to retrieve the arguments passed to functions which are declared without an argument list and to retrieve arguments passed to a macro program run in batch mode.


Excerpt
none describe ( string )

Prints a terse one-line description of the function whose name is passed as the argument.


Excerpt

list dictionary ()

Returns a list of all the available functions.

...


Excerpt

number is_feature_available(string)

Queries whether the specified feature is available in this version of Metview. Returns 1 if it is, or 0 if it is not. Currently, only the following string is accepted as the query term: "odb".


Excerpt
definition version_info ()

...