Package-level declarations

Functions

Link copied to clipboard
.functionexists name:{String} -> Boolean

Checks whether a function with the given name is registered in context.

Link copied to clipboard
.libexists name:{String} -> Boolean

Checks whether a library with the given name is registered in context.

Link copied to clipboard
.libfunctions libraryName:{String} -> UnorderedCollection<String>

Lists the names of all functions exposed by the library with the given name.

Link copied to clipboard
.libraries -> UnorderedCollection<String>

Lists the names of all libraries loaded in context.